Simulate Physics with Destructible that is using World Support can't be enabled after it's been hit.

UE - Simulation - Physics - Destruction - Apr 22, 2015

When using a Destructible with World Support set simulate physics can be enabled so long as the DM has not been hit yet. Once it's been hit it no long is able to be set to simulate. ...

Camera behavior mismatch between PIE vs Packaged game

UE - Gameplay - Feb 19, 2015

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

UE - Networking - Jan 5, 2016

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 ...

Spline component that is altered in the construction script cannot be referenced by the Event Graph

UE - Gameplay - Blueprint - Apr 21, 2015

A Spline component that is altered in the construction script cannot be referenced by the Event Graph. ...

Setting linear dampening during runtime via the event graph does not work for separated chunks

UE - Simulation - Physics - Destruction - Dec 18, 2014

DESCRIPTION: When using a DM in blueprints and setting the linear dampening in the event graph the DM will honor the linear dampening but the chunks as they break off will not. Setting the mesh to ...

Extremely long Spline Point will cause the editor to lose FPS

Tools - Nov 13, 2015

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 ...

[MetaSounds] - Sound Waves used in composition cut out after GC in packaged game if the reference graph uses a literal input

UE - Audio - MetaSounds - Mar 18, 2022

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 ...

BP with Show 3D Widget enabled does not display the correct vector values in the bp editor

UE - Gameplay - Blueprint - Apr 7, 2015

BP with Show 3D Widget enabled does not display the correct vector values in the bp editor. Note: If you don't see a difference at first, delete the bp in the level and place it again. The widge ...

Hot reloading with a plugin in the project prevents the project from being able to save.

UE - Foundation - Core - Jul 8, 2015

Hot reloading a project that includes a plugin will not be able to save if the plugin is used in the project. ...

Blueprint parameter of a function call will break on reload of the editor

UE - Gameplay - Blueprint - Jun 8, 2015

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 ...