Skeletal Mesh Customizable Object Node does not warn of changes to mesh sections.

UE - Anim - Mutable - Nov 12, 2024

When reimporting meshes with changes to their material sections, specifically additions, there is no indication that there will be an issue on output of a generated mesh. Ideally, we can watch for a ...

Actors removed from the world are unregistered both before and after EndPlay

UE - World Creation - Worldbuilding Tools - Nov 5, 2024

Actors that are removed from the world have UnregisterAllComponents called twice. Removal can be caused by unloading a data layer that owns the actor. In cases like exiting the application or destr ...

Null Material Layers in Material Instances cause Opacity Mask and WPO to break on Nanite Meshes

UE - Rendering Architecture - Materials - Oct 31, 2024

When a Material Instance is loaded that has a nullptr layer in StaticParametrs.Materiallayers.  The Material Instance will create it's own CachedExpressionData but the ConnectedParameterMask will be ...

Foliage mode instances not rendered until mouse up

UE - World Creation - Worldbuilding Tools - Foliage - Oct 30, 2024

New foliage is not visible when applying the paint tool and only shows up after the painting ends. ...

Lighting behavior is unreliable for translucent lit materials, results are inconsistent depending on the editor camera's FOV and the editor viewport's width/height/aspect

UE - Rendering Architecture - Oct 27, 2024

When working on the level editor viewport or testing on PIE, the visual appearance of additive/translucent lit materials changes significantly (and abruptly) when varying the camera FOV or the viewp ...

Issues with global invalidation (MoviePlayer)

UE - Editor - UI Systems - Sep 27, 2024

It was mentioned that the global invalidation should be toggled off during loading screen and subsequently restore the state after. A request was made for this dynamic behavior be part of the engin ...

Exposure compensation curves do not blend

UE - Graphics Features - Jun 26, 2024

Requested in https://udn.unrealengine.com/s/question/0D5QP000006g7Px0AI/auto-exposure-various Previously discussed in https://udn.unrealengine.com/s/question/0D52L00004vKeNJSA0/blending-postproce ...

Allowed ranges for the different Exposure Settings in PPV are not consistent

UE - Graphics Features - Jun 26, 2024

https://udn.unrealengine.com/s/question/0D5QP000006g7Px0AI/auto-exposure-various Caused by inconsistent usage of ClampMin/ClampMax/UIMin/UIMax in Scene.h Ranges should also be modified based on ...

Dynamic (transient) material instance assignment lost if object spawnable

UE - Anim - Sequencer - Jun 21, 2024

Material Instance Dynamic assigned to Spawnable objects with Editor Utility Widget get reverted when hit the Save button in Sequencer. This appears to come from the Material Instance Dynamic not be ...