Renaming native struct with redirect can break user defined structs

UE - Gameplay - Blueprint - Jul 18, 2018

From https://udn.unrealengine.com/questions/444690/redirecting-ustruct-used-as-member-of-userdefineds.html In 4.20 it was changed so soft object ptrs pointing to classes work correclty with +ClassR ...

Setting collision enabled on a primitive component fails if the owner's collision is disabled

UE - Simulation - Physics - Jul 17, 2018

Attempting to edit the "Collision Enabled" setting of a primitive component while the owner's collision is disabled results in no changes. Regression?: No This occurs in 4.18 ...

Object Scale Material Node Returning Incorrect Information When Rotated to Certain Angles

UE - Graphics Features - Jul 17, 2018

When using the object scale node in a material it will return incorrect values if rotated to certain angles. Found in 4.19 CL# 4033788, 4.20 Preview 20 CL# 4173640, 4.21 CL# 4209927 ...

Copying an instance of a blueprint actor that has an extra, non-default element in an array does not copy that extra element

UE - Gameplay - Blueprint - Jul 16, 2018

Copying a blueprint instance that has an array does not copy any elements added to that array directly on the instance and only copies the blueprint's default array elements This worked in 4.13 and ...

When "Support Material Layers" is Enabled Material Instance Parameter Values Reset to Default Value When Override is Unchecked

UE - Graphics Features - Jul 14, 2018

If "Support Material Layers" is enabled, every time you uncheck an overridden parameter box in a material instance the value of that parameter will reset to its parent's default value instead of sta ...

Packaging fails during compilation when nativizing a blueprint using ForEach and ByteTo with a custom enum type

UE - Gameplay - Blueprint - Jul 13, 2018

When using Blueprint Nativization, the compilation will fail during packaging when using a ForEach loop or ToByte conversion with a custom enum in a TMap. Regression?: No This occurs in 4.18 ...

Light Function Material with Volumetric Fog Causes Screen-Space Banding

UE - Graphics Features - Jul 12, 2018

With a light function being used on a light and volumetric fog enabled if you move the camera around it will cause screen-space banding at the edges of the screen. Found in 4.19 CL# 4033788, 4.20 P ...

Crash upon trying to add a variable to a struct array when the details panel is locked

Tools - Jul 12, 2018

Attempting to add a new element to a struct array through the details panel when the panel is locked results in a crash. Regression?: No This issue did not occur exactly the same way in 4.18, but t ...

Beam Emitter Does Not Use Local Space

UE - Niagara - Jul 11, 2018

The Beam Emitter does not use local space, and you cannot check “Use Local Space“ in Required module. Found in 4.19 CL# 4033788, 4.20 Preview 5 CL# 4173640, 4.21 CL# 4199311 ...

Creating loaded world with LoadLevelInstance fails when PIE is executed.

UE - Gameplay - Jul 10, 2018

Loaded level defined in TSoftObjectPtr <World> fails to load with LoadLevelInstance. This is due to "UEPID" prefix. Because it is rewritten by FSoftObjectPath :: FixupForPIE (), retrieval of Object ...