RepNotify causes the On Rep function to fire off whenever a variable is set rather than when the value of the variable changes (as stated in the documentation). ...
Warning in the output log when switching a local variable from struct to Enum ...
If the user launches multiple clients with PIE, the mouse will only be captured by the last client launched. If the user Alt+tabs to another window than the mouse will not get captured and they will ...
When a camera is setup in code with GetWorld()->GetFirstPlayerController()->SetViewTarget(this); the camera will work in the editor but a packaged version of the game has a black screen. ...
When adding code to a project, class names cannot be used if they contain a portion of the project's names and the type of class of the parent. Message says that the name is already used by another ...
When a component inherited from code is transformed in any way with the viewport controls (arrows, rotation sphere, scale boxes) the editor will crash. Using the value boxes to set the transform do ...
In ShooterCharacter.cpp (line 376) there is a call to FMath::Min(0.1f, DeathAnimDurtation) that always returns 0.1. User suggests changing FMath::Min() to FMath::Max(). ...
If the user uses Ctrl+S to save while holding the right mouse button the editors camera will then move backwards while pressing the right mouse button ...
If a post process volume is set to use a material shader, reducing the screen percentage while in VR Preview will shift the coordinates left/right. ...
If the user uses the is hovered node with a scroll box, the node will return true no matter what once the scroll box has been hovered once. ...