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

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

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

Volumetric fog does play nice with dynamic res

UE - Graphics Features - Jan 4, 2019

Dynamic resolution dynamically changes the the size of the viewport in render targets. The thing is when the resolution changes: it is reprojecting previous frame that is stored in history render ta ...

Skel Vert/Surf Emitter Location Local Not World Space

UE - Simulation - Physics - Character - Jan 3, 2019

A Skel Vert/Surf particle system attached to a cloth actor spawns particles around the origin instead of around the actor. ...

Vehicle destroyed when long stiff value is set to 0

UE - Simulation - Physics - Jan 3, 2019

When setting the Long Stiff value to 0 for wheels it appears to destroy the actor as soon as the wheel come in contact with the ground ...

DECLARE_EVENT Broadcast() can be invoked outside of it's contained class.

UE - Foundation - Core - Jan 2, 2019

In UE 4.21, The current functionality that exists for DECLARE_EVENT Broadcast() does not function as the docs describe: [Delegate Events|https://docs.unrealengine.com/en-us/Programming/UnrealArchit ...

Volumetric Light Fog Leak through objects

UE - Graphics Features - Dec 31, 2018

Any environment with volumetric fog enabled will have a light leak which appears through objects.  Found in 4.20 CL# 4369336, 4.21 CL# 4613538, 4.22 CL# 4666322 ...

Niagara Component is considered for GetActorBounds With "Only Colliding Components" Enabled

UE - Niagara - Dec 27, 2018

Niagara Component is considered for GetActorBounds With "Only Colliding Components" Enabled. Found in 4.20 CL# 4369336, 4.21 CL# 4613538, 4.22 CL# 4666322 ...

Instanced UObject property in custom code Component class resets to default value when project is closed and re-opened in the Editor

UE - Gameplay - Blueprint - Dec 26, 2018

When an instanced UObject property is added to a custom code Component class, changing the value of the property in a Blueprint that includes the custom Component only lasts until the Editor is clos ...