InstancedStruct Local Variables do not work

UE - Foundation - May 7, 2025

The licensee has noticed that local variables of type InstancedStruct return nullptr. The setup is a verification of the behavior. Class variables work normally. I've tested this behavior on every v ...

Exception on missing fiile during GC in horde storage

UE - Foundation - Horde - Storage - May 7, 2025

During GC, if a file was manually deleted (but the storage system is still track), GC can erroneously fail (and never remove the reference). This causes a backup in GC, putting the whole algorithm i ...

WidgetComponent is not updated with occlusion culling disabled

UE - Platform - XR - May 7, 2025

LastRenderTime is never updated with occlusion culling disabled, so the widget component will always stop updating.  (see UWidgetComponent::ShouldDrawWidget) Developers can force updates by TickWhen ...

ConditionalBeginDestroy on ActorComponent does not unregister the component with the world nor cause a warning

UE - CoreTech - May 6, 2025

Calling ConditionalBeginDestroy on an ActorComponent (instead of DestroyComponent) can lead to a crash due to the object not being correctly unregistered. BeginDestroy doesn't unregister tick funct ...

Animating a bone in Persona when additive curves are present, causes exponential translation

UE - Anim - Gameplay - May 5, 2025

If there is an additive curve present with scalar data, and that scalar data is something like 10,10,10. When you attempt to animate the bone again the translation of the widget with translate expon ...

UEditorValidatorBase::ValidateLoadedAsset() is not using the K2_ValidateLoadedAsset() output, effectively ignoring the Blueprint validation

UE - Editor - Content Pipeline - May 1, 2025

UEditorValidatorBase::ValidateLoadedAsset() is not using the K2_ValidateLoadedAsset() output, effectively ignoring the Blueprint validation. The K2Result is not used later in the function, and this ...

ChaosWheeledVehicleMovementComponent is breaking the const CDO contract and changes to the instances are being applied to the CDO

UE - Simulation - Physics - Apr 28, 2025

As described by the licensee, the const CDO contract is being broken on ChaosWheeledVehicleMovementComponent. The issue the licensee is facing is that by spawning cars with different configurations, ...

Fields with Maximum resolution are not affecting all leaves of a Geometry Collection

UE - Simulation - Physics - Destruction - Apr 25, 2025

Fields with Maximum resolution are not affecting all leaves of a Geometry Collection on 5.4 and onwards. When calling GetRelevantParticleHandles() a Maximum Resolution field does return all particl ...

Unable to change file path

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

Hello, I'm using Dataprep to import an FBX file, and running into some difficulties of arranging my data. I have the following on import: [Link Removed] I'll discuss textures here, but in realit ...

Chaos Trailing Events not exposed to Blueprints and only accessible via Niagara Chaos DI

UE - Simulation - Physics - Destruction - Apr 22, 2025

Chaos Trailing Events not exposed to Blueprints and only accessible via Niagara Chaos DI. The licensee noticed that the Trailing event is not available to BPs. It's expected that the same data avail ...