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. ...
Going to an earlier point of a replay does not update to previous visibility state on an actor that was switched to not visible during demorec. Reproduced in 4.9.2 binary and Main (//UE4/Dev-Main C ...
When importing a Static Mesh into UE4 that is using the SOCKET_ naming, and is part of a Level of Detail set, the socket is discarded. If the Level of Detail set is removed from the Static Mesh, t ...
A Spline component that is altered in the construction script cannot be referenced by the Event Graph. ...
Extremely long Spline Point will cause the editor to lose FPS and crash some machines User Description: A couple of times I've accidentally scaled a spline node to be huge, causing the spline to ...
When a Sound Wave is set on a referenced node, and that node is used in composition, the Sound Wave will cut out after some time. This does not occur if the reference node uses an Input node for the ...
Hot reloading a project that includes a plugin will not be able to save if the plugin is used in the project. ...
When using a code created function call inside of a blueprint that takes in a pointer to a UBlueprint as a paramter the pin for setting the desired blueprint will cause a compile error when the edit ...
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. ...
Cannot set the Rotation value of an Instance Static Mesh component if the scale is set to zero. This can be done with StaticMesh components and standard Static Meshes in the level. ...