Enum with "MAX" element at other than the last element removes user defined last element

UE - Foundation - Core - Oct 18, 2019

FNativeClassHeaderGenerator::ExportEnum produces this behavior. If an enum has “MAX” somewhere in the array, it removes last element. I tested my code to fix the issue.// code placeholder bool UE ...

PHAT Mass Properties don't account for COM offset and Physical Material changes

UE - Simulation - Physics - Oct 17, 2019

Changes in an applied physical material are not automatically picked up by the PHAT mass properties display. A manual refresh is required for the display to update to the correct values. Adjustin ...

Instance Materials are not Created When Importing an FBX

UE - Graphics Features - Oct 16, 2019

Instance Materials are not Created When Importing an FBX.  Found in 4.22 CL# 7053642, 4.23 CL# 8386587, 4.24 CL# 9551884, 4.25 CL# 9615021 ...

Rotating an instanced static mesh

UE - LD & Modeling - Modeling Tools - Mesh Editing - Oct 16, 2019

Changing the rotation of an instanced static mesh by 90 or 180 degrees creates a small space in between meshes.  ...

Unexpected foliage instances are duplicated

UE - World Creation - Worldbuilding Tools - Foliage - Oct 16, 2019

Dispatcher event called from actor blueprint needs to compile in a specific order

UE - Gameplay - Oct 15, 2019

Dispatcher events being called from actor blueprints have to be compiled in a specific order to successfully call the dispatch event.  ...

Copy Procedural Mesh from Static Mesh Component does not work correctly when the order of material slots is different

UE - Graphics Features - Oct 15, 2019

This issue occurs when the section and material slot order do not match In this sample project:[Link Removed] According to a report from the licensee, the order of Sections seems incorrect.[Link R ...

Sorting a Blueprint variable into a subcategory separates variables into separate category structures

UE - Gameplay - Blueprint - Oct 14, 2019

Within the Blueprint Editor, it is possible to create subcategories for variables to be sorted into. Doing so separates variables not nested into subcategories out into standalone, top-level structu ...

Undoing after opening a bluperint will delete nodes in a math expression

UE - Gameplay - Blueprint - Oct 11, 2019

Math expressions fail to compile when performing an Undo after opening a blueprint ICE - wrong output link - ((1 + x) * (sin(myVar))) - (2.400000 / (rand())) ...

Background Blur widget renders with offset in PIE when within a Retainer Box

UE - Editor - UI Systems - Slate - Oct 10, 2019

The background blur widget does not render in the correct position in PIE when it is within a retainer box. It's likely that we're not applying the retainer window's offset properly when calling FSl ...