Asset Registry should store the raw collision complexity enum

UE - Simulation - Physics - Nov 21, 2018

Any static mesh with collision complexity set to project default currently has the project default value stored in the asset registry instead of the "CTF_Default". By storing the converted value  th ...

Child actor component class does not update on the client if a class is assigned by default

UE - Gameplay - Blueprint Runtime - Nov 21, 2018

Child Actor Components class settings does not appear to replicate as expected. When the class is changed at run time, the change is not reflected on the client. Additional note: If the class is ...

Material Instance Can't Update Material Parameters Defined in a Material Function Within a Material Layer

UE - Rendering Architecture - Materials - Nov 21, 2018

When you edit the parameters of a material function that is within a material layer from the material instance, the material instance does not update. Found in 4.20 CL# 4369336, 4.21 CL# 4541578, a ...

Crash after renaming Blueprintable DataAsset

UE - Gameplay - Blueprint Editor - Nov 21, 2018

Renaming a blueprint instance of a DataAsset which has been used as the parent class of a DataAsset will cause a crash. ...

Inconsistent asset property change propagation

UE - Simulation - Physics - Nov 21, 2018

Changes in an assets collision profile are picked up only when an instance is created, while changes to the assets collision shapes are propagated to instances. This represents an inconsistent handl ...

Custom CrowdManagerClass reference is set to none when restarting the Editor

UE - AI - Nov 21, 2018

When setting a C++ class that's derived from CrowdManager as the "Crowd Manager Class", will cause the "Crowd Manager Class" value to be set to "None" when the Editor is restarted. This issue was r ...

Simple HMD VR preview left eye color issue

UE - Platform - XR - Nov 21, 2018

The left view in simple hmd (when no HMD is in use) will appear different from the right. All assets in the left view will appear one color (example image attached). ...

Setting Lightmap Coordinate Index Past 3 Causes Mesh to Get No Lightmap Information

UE - Graphics Features - Nov 20, 2018

Meshes with their Lightmap Coordinate Index set to anything over 4 will not be lit by static or stationary lighting.  Found in CL# 4.19 4033788, 4.20 CL# 4369336, 4.21 CL# 4541578, 4.22 CL# 4573698 ...

Yaw input is not always applied as expected depending on whether the yaw input function is called in the Player Controller Blueprint vs in the Character Blueprint

UE - Gameplay - Blueprint - Nov 20, 2018

In the attached project, the controller Blueprint is set to apply rotation based on a pair of bool values indicating whether the A (Rotate Left) or D (Rotate Right) keys are pressed. The controller ...

Selecting Two Sided Foliage In Editor with Material Layers Enabled Causes Crash

UE - Graphics Features - Nov 20, 2018

With material layers enabled, selecting two sided foliage will cause the engine to crash. This is working as expected in 4.20 CL# 4369336. Found in 4.21 CL# 4541578 and 4.22 CL# 4573698 This is a ...