After opening the GPU Visualizer window, pressing the "X" to close the window causes the editor to crash. ...
Creating an event dispatcher in a widget blueprint with the name OnDrop, which is already an existing overridable function, causes the event dispatcher to become corrupted and prevents it from being ...
When importing a LOD manually in the Static Mesh Editor the editor will freeze indefinitely. ...
The Convert Transform to relative does not appear to return the correct value after rotations is applied to one of the objects Note: In the attached project the Gray cube is what the expected resul ...
Attempting to copy/paste or duplicate a node in blueprint or HUD element in a widget blueprint does not create a copy of the node or element. Edit: This also applies to copying nodes in the materi ...
Shader compile error in function PositionOnlyMain() in ShadowDepthVertexShader.usf if defined INTERPOLATE_POSITION. LogShaderCompilers:Warning: 1 Shader compiler errors compiling WorldGridMaterial ...
Actors attached to a Child Actor Component do not replicate movement on the Client. User's test project attached. Reproduced in 4.9.2 binary and Main (CL 2735029) ...
When changing Time Dilation settings at runtime, it can cause vehicles to be thrown into the air and exhibit other odd physics behavior. This issue occurs when the Time Dilation is being set from sl ...
Adding a variable of the type of a struct to a blueprint, deleting that struct, and then recompiling the blueprint fails. The variable is deleted, but the blueprint will continue to be unable to com ...
If the user has a widget with an opacity less than 1 it will be rendered as though the opacity was set to 1 on iOS devices Note: Possible regression ...