Velocities are not being cleared when physics simulation set to false. ...
When using the new Rebuild Lighting commandlet will cause a crash with any level that builds when it has a landscape in the scene. https://github.com/EpicGames/UnrealEngine/commit/f89256dd0efb7d0b ...
Values changed to an inherited Struct variable in a Child Blueprint will be kept after compile, but any not changed will be set to 0s. ...
Setting simulate physics for a component of an actor will cause that component to not react when the actor root is updated. ...
MaterialCurve of AnimSequence is not working with LOD 1~ if assigned Material manually. Assigning material to LOD0 seems sharing material info with other LODs but material info is never shared if as ...
When diffing a blueprint in the Perforce changelist reviewer in-editor (Review Changelists), if the blueprint references an asset that does not exist locally but rather exists as a newly added asset ...
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 ...
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 ...
Setting the Collision Channel to anything other than World Static will reset on closing and restarting the editor. ...
Removing Pose from a Blend by Enum node can cause compile errors when a float is defining all of the blend times. ...