Multiple Primitives created when importing a mesh with "One Convex Hull Per UCX" disabled

Tools - Dec 10, 2018

User has encountered an issue with duplicate collision primitives when importing custom collision meshes from Maya ...

The previous value of a struct passed to a RepNotify may be incorrect

UE - Networking - Dec 17, 2018

Replicated structs with multiple properties can have the wrong previous value passed into their rep notify functions if all of the properties do not change in any given frame of replication to the c ...

Hot Reload cannot be performed when using the DebugGame Editor configuration

UE - Foundation - Cpp Tools - Hot Reload - Dec 31, 2018

In 4.21.1 it is no longer possible to perform a Hot Reload when the game is open in the Editor and using the DebugGame Editor configuration. REGRESSION: Yes. A Hot Reload was possible in 4.20.3 whe ...

Editing Lighting Intensity Field Value Fails

Tools - Jan 7, 2019

You cannot change the intensity by just adding/changing numbers. You have to completely retype the entire value. Found in 4.21 CL# 4613538 and 4.22 CL# 4681912 ...

Crash when duplicating an UMG Animation and not renaming the Duplicate

UE - Anim - Sequencer - Dec 19, 2018

Crash when duplicating an UMG Animation and not renaming the Duplicate Hitting Enter correctly warns the user you have an existing Animation by that name, and doesn't crash Reproduced in //UE4/Rel ...

Gameplay windows from Standalone do not remember their positions properly when there are multiple windows

Tools - Jan 23, 2019

The position of game windows from Standalone Game mode are not saved properly when multiple windows are used. The placement of the windows upon the next launch ends up placing all of the windows on ...

Adding a new audio section through python crashes

UE - Anim - Sequencer - Jan 25, 2019

Open OutputLog, switch to python, enter these in: sequence = unreal.AssetToolsHelpers.get_asset_tools().create_asset('blah3', '/Game/', unreal.LevelSequence, unreal.LevelSequenceFactoryNew()) audi ...

Events do not trigger after the sequence is moved to a different location

UE - Anim - Sequencer - Dec 14, 2018

Events are failing to trigger after the sequence that they are in is moved to another folder or migrated to another project because no director instance is available. I did not see this issue when ...

Crash When Adding a Second Vector Parameter to Material Parameter Collection

UE - Graphics Features - Feb 21, 2019

The Editor will crash if you add more than one vector parameter to a Material Parameter Collection.  This works as expected in 4.21 CL# 4753647 Found in 4.22 Preview 2 CL# 5035897 and 4.23 CL# 506 ...

Child Actors are not replicated to clients when the parent blueprint is nativized

UE - Gameplay - Feb 22, 2019

Child actors do not replicate properly to clients when their parent blueprint is nativized. Regression?: Yes This did not occur in 4.20.3 See also [Link Removed] ...