Error during packaging if nativizing a blueprint that contains a TMap with a UserDefinedEnum as a key

UE - Gameplay - Blueprint - Jun 17, 2019

Certain Map container calls (e.g. Find, Add) will fail to compile at packaging time if a Blueprint class containing a Map variable with a user-defined enumeration as the key type is nativized. This ...

Actor loses attach component when parent actor goes in and out of relevancy

UE - Networking - Jun 17, 2019

As described in the linked UDN, non-replicated components aren't being hooked up properly after an actor goes out & back into relevancy. The proposed fix sounds correct, calling MoveMapedObjectToUnm ...

Sequencer sets max FPS when a Sequence is played after being paused if it's locked to the display rate

UE - Anim - Sequencer - Jun 10, 2019

When playing a sequence the engine's max FPS will be saved in a temp value. If the sequence is paused and played that temporary value will be overwritten with the sequence's value. When restoring th ...

Enabling Omni Directional Stereo Capture Breaks Draw Material to Render Target Functionality

UE - Graphics Features - Jun 5, 2019

Enabling ODS (omni directional stereo capture) in project breaks Draw Material to Render Target functionality. Found in 4.20 CL# 4369336, 4.21 CL# 4753647, 4.22 CL# 6574378, 4.23 CL# 6836133 ...

Overriding a Custom function(From Parent) with no return output in a Child Blueprint results in custom function appearing in event graph of child blueprint.

UE - Gameplay - May 30, 2019

Overriding a Custom Function from a Parent Blueprint with no return output in a Child Blueprint results in custom function appearing in event graph of child Blueprint. ...

Niagara Crash After Adding More Than 20 Emitters to a System

UE - Niagara - May 24, 2019

The Editor will crash after adding more than 20 Emitters to a system. Found in 4.20 CL# 4369336, 4.21 CL# 4753647, 4.22 CL# 6574378, 4.23 CL# 6599617 ...

Attached Actor's Scene Components reset to default class values when moved.

UE - Gameplay - May 23, 2019

When attaching a Blueprint CameraActor; who has a child Blueprint component(point light component) to another object in the scene. The Blueprint Actor's Components will reset to default class values ...

Crash When Trying to Find a Blueprint Class with Niagara Particles

UE - Niagara - May 22, 2019

Crash When Trying to Find a Blueprint Class with Niagara Particles Found in 4.20 CL# 4369336, 4.21 CL# 4753647, 4.22 CL# 6574378, 4.23 CL# 6599617 ...

Ansel Wont Work if the Project is Still Open

UE - Graphics Features - May 22, 2019

Ansel wont work if the same project is still open while running the packaged version. Found in 4.20 CL# 4369336, 4.21 CL# 4753647, 4.22 CL# 6574378, 4.23 CL# 6599617 ...

Two Incompatible Object types are able to connect via add array in Blueprint Graph.

UE - Gameplay - May 21, 2019

it is possible to connect two incompatible types to an Array Blueprint function node by connecting the Item pin first.  The type of Array function nodes is determined by the first thing connected t ...