JsonObjectToUStruct removes _ClassName from input FJsonObject, breaking repeated deserialization

UE - Core - Systems - Mar 18, 2026

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

Control Rig Physics world collision fails against ISM component meshes

UE - Anim - Synthesis - Physics Control - Mar 17, 2026

CRP currently fails to collide against the bodies generated by ISM components. This is because the collision body data is stored in a different property for ISMs vs regular primitive components. ...

Skeletal Mesh Cloth - Removing cloth collision sources doesn't remove the prerequisite, and the collision sources are not updated

UE - Runtime - Deformable - Mar 17, 2026

[Link Removed] See proposed fix from partner: [Image Removed] ...

Modular rig - Hindleg thigh bug when switching from IK to FK

UE - CAPT - Control Rig - Mar 16, 2026

The thigh FK controller of the hingleg in modular rig doesn't move the thigh bone, causing bad deformation on the mesh around character's thigh area. ...

Dangling pointer + mem corruption related to OwnerLastRenderTimePtr

UE - World Creation - Worldbuilding Tools - Mar 16, 2026

We've been seeing asserts and crashes related to OwnerLastRenderTimePtr. We've traced this to the mentioned pointer ending up dangling after using UActorComponent::Rename() on primitive components t ...

Cursor radius set via FSlateApplication::SetCursorRadius is ignored during FHittestGrid hit testing

UE - AI Workflows - UI Systems - Slate - Mar 16, 2026

The cursor radius configured through FSlateApplication::SetCursorRadius() is not respected during Slate hit testing. The radius value is correctly stored in FSlateApplication and passed into FHittes ...

AnimNode content is not applied during PIE when s.AsyncLoadingThreadEnabled is enabled

UE - Runtime - Anim BP - Mar 16, 2026

When the following setting is added to DefaultEngine.ini, the AnimNode content is not applied during PIE execution.[/Script/Engine.EditorStreamingSettings] s.AsyncLoadingThreadEnabled=True If the A ...

AnimNotify serialization crash in editor

UE - Runtime - Animation - Mar 15, 2026

The crash is caused by changing the variable type of an AnimNotify that is already referenced by a montage. This issue cannot be reproduced in 5.6. ...

UAbilityTask_SpawnActor::BeginSpawningActor may return true when SpawnedActor contains stale value

UE - Gameplay - Gameplay Ability System - Mar 15, 2026

UAbilityTask_SpawnActor::BeginSpawningActor assumes the incoming AActor*& SpawnedActor parameter is nullptr if no actor was spawned, but it does not initialize the parameter at the start of the func ...