Crashes when attempting to use an Instanced Struct inside Control Rig / Rig VM

UE - Anim - Rigging - Control Rig - Mar 17, 2025

Currently, the Control Rig Editor allows the user to use the "Instanced Struct" type, for example for a variable or function input/output. However, this type does not seem to be properly supported ( ...

Packed level actors and Level instances are sometimes not included in HLOD build on a World Partition Level

UE - World Creation - Worldbuilding Tools - HLOD - Mar 14, 2025

Context World Partition - Hierarchical Level of Detail (HLOD) system uses custom HLOD Layers to organize large amounts of Static Mesh Actors and generate a single proxy mesh and Material. Problem T ...

Importing static mesh while a PIE session is running permanently breaks nanite on the asset

UE - Editor - Content Pipeline - Import and Export - Mar 12, 2025

Importing a Static Mesh during PIE can cause it to never enable Nanite, even if it reports that Nanite is enabled. To re-enable Nanite on the mesh, the asset needs to be deleted and imported again ...

Inside the ViewportToolBar, the "Click to Expand" ComboButton works incorrectly with Display Scaling

UE - Editor - Applied Usability - Mar 12, 2025

When Display Scaling is applied (e.g., 125%) and the Level Viewport is resized, the ComboButton in the SViewportToolBar does not behave as expected. Normally, the ComboButton hides when there is in ...

Duplicating SkeletalMesh in packaged game causes crash

UE - Graphics Features - Nanite - Mar 11, 2025

This code worked until UE5.4. NaniteResource added in 5.5 causes this issue. ...

When painting on a landscape with edit layers, there are UV distortions happening across the boundaries of paint layers when material is using SetMaterialAttributes

UE - Graphics Tools - Terrain - Landscape - Mar 10, 2025

Context Landscape Edit Layers enables users to paint landscapes using non-destructive layers, and can add multiple layers to the landscape that can be edited independently from each other. Problem ...

Resetting material instance parameters to default value does not update the appearance of the object that the material is applied to

UE - Rendering Architecture - Materials - Mar 10, 2025

When a material instance with exposed parameters is applied to a landscape; the parameters set to a new value and then reset to back the default value, the landscape does not respect the new default ...

Invalid DumpGPU capture when ProjectDisplayedTitle contains special utf8 chars

UE - Graphics Features - Mar 7, 2025

Placing a special UTF-8 character into the "ProjectDisplayedTitle" will result in GPU dumps failing to open. This appears to be because the dump will switch between us-ascii and UTF-16 file formats ...

OFPA Localizable Text Instances are not gathered when world partitioning is disabled

UE - World Creation - Worldbuilding Tools - OFPA - Mar 7, 2025

Context One File Per Actor (OFPA) reduces overlap between users by saving data for instances of Actors in external files, removing the need to save the main Level file when making changes to its Act ...