Double to float conversions of time in renderer causes precision issues

UE - Rendering - Architecture - Materials - Apr 8, 2026

In game sessions when the value for world time becomes large enough we start running into floating point precision issues. These issues can easily be seen in materials which do periodic animation b ...

[StateTree] Cannot use SetLinkedStateTreeOverrides if the linked asset uses the same schema with a parent context data class of the root tree.

UE - AI - StateTree - Apr 3, 2026

If both assets have the same schema (StateTreeComponentSchema), but the root tree has the Context Actor class set to Character and the linked asset is using a Context Actor class of Pawn. So the sch ...

Mutable: Child parameters hidden when intermediate Object Group uses "All Options"

UE - Anim - Mutable - Mar 31, 2026

FCustomizableInstanceDetails::FillChildrenMap() unconditionally registers parent-child relationships via __ParentParamName metadata without verifying the parent exists in the active parameter list. ...

Mesh Reshape node with modified geometry from another skeleton explodes mesh.

UE - Anim - Mutable - Mar 31, 2026

Using the mesh reshape node with seperate meshes produces a broken mesh. An example project: Most if not all clothes will be originally made to fit the Average Male body. I'm trying to morph a tu ...

CSM Cached Shadows missing when changing FOV

UE - Rendering - Graphics Features - Shadows - Mar 30, 2026

When changing the camera FOV with r.Shadows.CSMCaching enabled, the cached shadows don't appear to be used and shadows are missing. This occurs because the r.Shadow.RadiusThreshold can be low enoug ...

USD Export - crashes when sub level holds level instance

UE - Editor - Content Pipeline - USD - Mar 27, 2026

The engine is crashing when the user tries to export from a persistent level with a sub level that contains a level instance. ...

Renamed controls creating duplicate curves in sequencer that once fixed up cause selection issues.

UE - Anim - Rigging - Control Rig - Mar 25, 2026

When a control is renamed after it has already been animated in a sequence, the control curve name map needs to be fixed up. Once it is fixed, selecting the control in the world will not map the sel ...

Chooser with Gameplay tag as output causes Evaluate Choose to not compile.

UE - Anim - Gameplay - Mar 20, 2026

When using a No Primary Result Chooser that contains an FGameplayTag parameter, an Evaluate Chooser node using that chooser will cause a compilation error: LogBlueprint: Error: [AssetLog][PathToPro ...

When CommonTabListWidgetBase and ScrollBox are arranged vertically, tabs within CommonTabListWidgetBase momentarily become selected when scrolling the ScrollBox upward

UE - Editor - UI Systems - UMG - Mar 19, 2026

When attempting to scroll the ScrollBox upward, the cursor briefly shifts focus to another widget (CommonTabListWidgetBase). When logging this behavior using LogSlate VeryVerbose, it can be observed ...

JsonObjectToUStruct removes _ClassName from input FJsonObject, breaking repeated deserialization

UE - Foundation - Mar 18, 2026

FJsonObjectConverter::JsonObjectToUStruct removes _ClassName from nested JSON objects during deserialization. Removing Obj->RemoveField(ObjectClassNameKey) from ConvertScalarJsonValueToFPropertyWit ...