Sequencer transform origin not updated on first frame

UE - Anim - Sequencer - May 13, 2020

When the level sequence is evaluated from calling play on a level sequence player the level sequence actor does not have an opportunity to tick, which is where the transform origin is calculated. ...

EditCondition doesn't work on C-arrays

Tools - May 13, 2020

Toggling a bool doesn't enable/disable the elements of the array similarly to how it does for TArray in the details panel. Static arrays should have the same semantics as TArray with regards to edit ...

Crash calling destroy actor for Geometry Collection while it's simulating

UE - Simulation - Physics - Destruction - May 12, 2020

Crash occurs when user call Destroy Actor on a Geometry Collection Actor. This seems to only occur while the actor is simulating. If called while on the ground, it doesn't seem to occur. ...

UDelegateProperty define missing in DefineUPropertyMacros.h

UE - Foundation - Core - May 11, 2020

The following code should be added in defineUPropertyMacros.h #ifndef UDelegateProperty #define UDelegateProperty DEPRECATED_MACRO(4.25, "UDelegateProperty has been renamed to FDelegateProperty") F ...

Use of SpiralBlur-SceneTexture MaterialFunction in translucent material results in compile errors

UE - Graphics Features - May 8, 2020

This appears to be new in 4.25. ...

Instance Synced properties in Blackboard cause a crash

UE - AI - May 8, 2020

Using an Instance synced property in a Blackboard causes a crash when exiting PIE. This is a regression from 4.24.3 (CL-11590370). This was reported and tested in 4.25 (CL-13144385). This was teste ...

Staticmesh "Reimport+LODs" do not recover the material ID for custom LOD

UE - World Creation - Worldbuilding Tools - HLOD - May 8, 2020

SpeedTree assets cannot be imported via Python automated import

UE - Editor - Content Pipeline - Import and Export - May 7, 2020

Licensee reports via UDN that automated import via Python of SpeedTree assets does not work The issue is that USpeedTreeImportFactory::FactoryCreateBinary() tries to generate a UI dialog, which is ...

Memory leak after simulating in Editor with opened 'Editor Preferences' tab

Tools - May 7, 2020

This can be repeated many times before the editor crashes without any messages and other programs with the video driver crashes too. Because out-of-memory. This is similar to [Link Removed]. This w ...

Blackboard SelfActor key is not correctly being set

UE - AI - May 7, 2020

REGRESSION: Does not occur in 4.24 The Blackboard Self Actor key is not automatically getting set in the AI Controller. ...