Nativized packaging fails when attaching paper Flipbook component to a parent paper Flipbook component that is Inherited.

UE - Gameplay - Blueprint - Jan 8, 2019

Nativized packaging fails when attaching paper Flipbook component to a parent paper Flipbook component that is Inherited. ...

Crash editor when open the level sequencer after updated 4.20

UE - Anim - Sequencer - Jan 8, 2019

When migrating from the version before 4.20 to the version after 4.20, opening the level sequencer will crash. I think that there is a problem with conversion from SnapTimeInterval (FixedFrameInterv ...

Packaged C++ Project Fatal Error on Startup When Spawning Niagara System Via a Character Blueprint

UE - Niagara - Jan 7, 2019

Using the system blueprint node in the character blueprint will cause the packaged game to give a fatal error when running the executable. This only occurs when in a C++ project. Found in 4.20 CL# ...

Particle memory can be corrupted leading to a crash

UE - Foundation - Core - Jan 7, 2019

VertexInterpolator Makes Landscape Materials Fail to Compile

UE - Graphics Features - Jan 7, 2019

If a VertexInterpolator is used in a material that is applied to a landscape the material will fail to compile. Found in 4.20 CL# 4369336, 4.21 CL# 4.21 CL# 4613538, 4.22 CL# 4681912 ...

Splash Screen disappears too quickly on Mobile resulting in a long black screen before game starts

UE - Platform - Mobile - Jan 7, 2019

A user has reported that the Splash screen for Mobile games does not last as long as it did in previous versions, resulting a longer black screen before the initial map loads. Regression?: Yes This ...

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

When the engine version updated, partial data of TMap/TSet type of DataTable is missing

UE - Foundation - Core - Jan 7, 2019

When updating to 4.21, Element previously added to DataTable is missing. This only occur when you move to 4.21. If it change from 4.19 to 4.20, DataTable will keep data. it can restore broken data b ...

Assert caused by using FText::FromStringTable to initialize a FText property in the constructor of a UStruct based off FTableRowBase

UE - Foundation - Core - Jan 4, 2019

When using FText::FromStringTable to initialize an FText variable in the constructor of an FStruct that inherits from FTableRowBase, an assert is caused due to recursion. The assert is as follows:As ...

Migrating a Niagara asset from one project to copies the Niagara plugin assets

UE - Niagara - Jan 3, 2019

Migrating a Niagara asset from one project to copies the Niagara plugin assets. ...