You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is more of a reminder for myself, but for some reason, not sure if this is a Unreal Engine thing or a Visual Studio thing, but when I define member variables that are labelled UPROPERTY in a header file, those member variable definitions get an extra tab of space by default. After part 11 of the tutorials is finished, I think I'm going to just get rid of these extra tabs in all of the header files. In addition, I think that I should get rid of extra tabs and spaces, specifically in the GameLiftTutorialCharacter.cpp class, but also in other files where this occurs. I believe that the last point has to do with normalized line endings but I could be wrong.
The text was updated successfully, but these errors were encountered:
chris-gong
changed the title
Remove extra tabs added to member variable definitions in header files
General code cleanup (removing extra tabs/spaces)
Aug 10, 2020
This is more of a reminder for myself, but for some reason, not sure if this is a Unreal Engine thing or a Visual Studio thing, but when I define member variables that are labelled
UPROPERTY
in a header file, those member variable definitions get an extra tab of space by default. After part 11 of the tutorials is finished, I think I'm going to just get rid of these extra tabs in all of the header files. In addition, I think that I should get rid of extra tabs and spaces, specifically in the GameLiftTutorialCharacter.cpp class, but also in other files where this occurs. I believe that the last point has to do with normalized line endings but I could be wrong.The text was updated successfully, but these errors were encountered: