[Interchange] Disabling Interchange 'Show Sections' in the Details Panel is not persisted

UE - Editor - Content Pipeline - Import and Export - Apr 22, 2025

UV Offset Effect Material in RetainerBox Causes Visual Artifacts in Editor Preview

UE - Editor - UI Systems - UMG - Apr 22, 2025

When a UV Offset is applied in a RetainerBox effect material, visual artifacts appear only in the editor — not at runtime — if a widget with a dotted preview outline (like CanvasPanel) is placed dir ...

Map placed actor binding to another actor's Event Dispatcher (multicast delegate) results in duplicate bindings after blueprint recompile

UE - Framework - Blueprint - Apr 17, 2025

Context Blueprint actors placed on the map can bind to another actor's event. If an ActorB has a reference to ActorA, it can bind to an event dispatcher in A by creating an event node in ActorB's e ...

Sampling regions don't get created when creating a mesh.

UE - Anim - Mutable - Apr 17, 2025

I'm trying to use VFX in specific regions on a character and would normally use sampling regions to do it easily, however the mutable mesh that is generated doesn't seem to be creating any of the on ...

Dataprep crash

UE - Editor - Content Pipeline - Visual Dataprep - Apr 16, 2025

This question was created in reference to: [Link Removed] Last post fixed the import crash, but it seems it added another. If we hit Execute button twice in a row by mistake we get a crash with th ...

FName no longer equals FName_None when constructed with a trailing underscore and digits in range of 1-9

UE - CoreTech - Apr 15, 2025

When an FName is created with a trailing underscore and any number of digits in the range of 1-9 the trailing digits are used as the internal number value for the FName lookup. This results in the F ...

UPoseAsset::SetBasePoseName() always sets INDEX_NONE

UE - Anim - Runtime - Apr 11, 2025

UPoseAsset::SetBasePoseName() does not correctly set the BasePoseIndex when a valid pose name is provided. Regardless of input, the pose defaults back to ReferencePose. Upon inspection of the implem ...

Crash when attempting to change the parent of a material instance constant through editor scripting

UE - Rendering Architecture - Materials - Apr 9, 2025

The built-in class "UMaterialEditingLibrary" provides various editor scripting functions related to creating and editing materials and material instances. One of these functions, UMaterialEditingLib ...

CitySample - Level MassCrowd - interactions with SmartObjects/ContextualAnimScene is broken in 5.5

UE - AI - Apr 9, 2025

The 5.5 version of the CitySample project, particularly the MassCrowd scene, was not properly maintained. The previously working functionality of NPCs being able to sit on a bench is now broken. CAS ...