WindDirectionalSourceComponent.h has a meta edit condition that, by referencing an undefined property (bSimulatePhysics), throws an error

UE - Gameplay - Apr 15, 2025

WindDirectionalSourceComponent.h has a meta edit condition that, by referencing an undefined class property (bSimulatePhysics), throws an error in the logs: LogEditCondition: Error: EditCondition pa ...

Navigation mesh is generated ignoring collision for ISM added by construction script

UE - AI - Navigation - Apr 15, 2025

When opening a map with ISM in place, NavOctree is not updated because the ISM bounds are assumed invalid and the geometry is not taken into account in the navmesh build.  The following log output i ...

Calling UBlueprintMapLibrary::GenericMap_Find with a non-existent key causes a memory leak

UE - Framework - Blueprint - Apr 15, 2025

When Calling UBlueprintMapLibrary::GenericMap_Find with a non-existent key, the function construct the default structure in-place on the given pointer without destroying the object. This behavior ca ...

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 ...

Inconsistent parameter handling for pak/iostore block size / patch padding

UE - CoreTech - IoStore - Apr 14, 2025

Users have trouble overriding the blocksize/patchpaddingalign parameters for UnrealPak from UAT commandlines.There is no easy way to specify these parameters through a buildcookrun, instead they n ...

Landscape raytracing geometry always updates every frame

UE - Graphics Features - Ray Tracing - Apr 11, 2025

LOD 0 Landscape meshes are always updated in FLandscapeComponentSceneProxy::GetDynamicRayTracingInstances because* r.RayTracing.Geometry.Landscape.LODsUpdateEveryFrame* (GLandscapeRayTracingGeometry ...

World Partition - Deleted actors can become unloaded prior to saving

UE - World Creation - Worldbuilding Tools - World Partition - Apr 11, 2025

In world partition levels, deleted actors can become unexpectedly unloaded prior to saving, causing loss of work. Specifically, this issue occurs after the undo history has been cleared (either manu ...

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 ...

Nanite TwoSidedSign is backwards

UE - Graphics Features - Nanite - Apr 10, 2025

The value of MaterialExpressionTwoSidedSign is flipped when calculating the Opacity Mask for Nanite meshes. This seems to be a regression in 5.5. ...