Culling for child meshes do not update when using a Master Pose Component

UE - Anim - Runtime - Nov 15, 2018

Child meshes bounds location does not appear to update when the parent mesh's location is changed when using a master pose. ...

.glTF importer crash - UE4Editor-GLTFImporter!ImportStaticMesh

OLD - Enterprise - Nov 14, 2018

Enabling the gLTF plugin and trying to import a glTF asset results in a crash. ...

UCanvasPanelSlot::PostEditChangeChainProperty does not call Super function

UE - Editor - UI Systems - Nov 13, 2018

UCanvasPanelSlot::PostEditChangeChainProperty not only does not call its Super function unless the anchor node has been set, but it calls Super:: PostEditChangeProperty instead PostEditChainProperty ...

Instance static mesh instances are reset to zero when moving actor between levels (via move actor to current level)

Tools - Nov 13, 2018

When moving an instance static mesh between sublevels the number of instances being used will be set to zero. This happens when an empty actor is added to the level and then has an instance static m ...

Dynamic NavMesh disappears when loading/unloading SubLevels

UE - AI - Nov 9, 2018

A DynamicNavMesh within a NavMeshBoundsVolume placed in a SubLevel will disappear if loading/unloading another SubLevel that has completely nothing to do with the DynamicNavMesh. Using a setup with ...

ApplyLimits AnimGraph Node has incorrect functionality

UE - Anim - Rigging - Nov 8, 2018

In AnimNode_ApplyLimits.cpp the inputs for the ConstrainAngularRange function are going to the wrong rotator values. The XYZ of the node's input vec3 is being stored in YPR of the clamped rotator, w ...

Reset To Defaults in Editor Preferences Graph Editor does not work consistently

Tools - Nov 7, 2018

The Reset to Defaults button in Editor Preferences does not reset all the properties to their default values. Tested in 4.19.2 (CL - 4033788), 4.20.3 (CL - 4369336), 4.21 (CL - 4543149), 4.22 (CL ...

Vehicle using Async Scene Crash

UE - Simulation - Physics - Nov 6, 2018

Setting a Vehicle to Asynchronous physics will cause a crash. Confirmed in 4.22 Main at CL 4542756 ...

AIController can't properly unpossess character

UE - AI - Nov 5, 2018

There seems to be a bug with the Possess\Unpossess events. Because if you change the last node in "PossessCharacter", which is created in PlayerController(called "PC"), to Unpossess the AI still con ...