If the user has a break point set and then activates the breakpoint > Resumes without doing anything > activates the break point then the graph containing the breakpoint will become unresponsive. (C ...
At the prompt of a UDN post, I investigated the cooking/staging code and discovered that it is hardcoded to copy files for the "Game" localization target. This needs to be configurable in some manne ...
The Line Attractor node seems to render differently (have different strengths) between Cascade Viewport, Editor Level Viewport, PIE and Standalone/Launched Game In trying to capture movies for this ...
Running Setup.bat with the optional --force parameter results in an error when GitDependencies.exe is called. ...
User crashed in the function "void UCharacterMovementComponent::PerformMovement(float DeltaSeconds)" due to a Velocity containing NaN. AnswerHub post details function calls that lead to where the N ...
The elements of an array that are shown in the details panel (below the world outliner) are drawn even when the array is collapsed. This can cause a performance drop when using an array that has a l ...
Bundle Display Names support UTF-8 characters. However, the iOS tool chain is not handling these correctly. Error when you try to package a project with & in the display bundle name, whether it's b ...
When duplicating an element of an array of EditInlineNew UObjects, a reference to the duplicated element is created instead of creating a new UObject that duplicates the initial element's properties ...
If the player calls the nodes Pause > Play > Pause > Play, the media player will stop working. ...
If the user changes the name of the return value (which is "Return Value" by default) the return value will not return anything causing the binding to silently fail. ...