Crash when toggling the SmartLinkEnabled state of a NavLinkProxy specifically in a packaged game targeting Debug/Development

UE - AI - Navigation - Jan 24, 2025

The licensee has reported, and I was able to reproduce, that specifically in package builds targeting Development configuration, trying to toggle the SmartLinkEnabled state of a NavLinkProxy will cr ...

Blueprint function-local variable properties don't copy metadata from the source FBPVariableDescription

UE - Framework - Blueprint Compiler - Jan 23, 2025

FKismetCompilerContext::CreateUserDefinedLocalVariableForFunction() does not copy the metadata from the source FBPVariableDescription entry. Class variables work because there is code for that in FK ...

Bitfield enums don't cast correctly in Blueprints

UE - Gameplay - Blueprint Compiler - Jan 22, 2025

The licensee already investigated this a little. The problem appears to be that UKismetNodeHelperLibrary::GetValidValue should be calling IsValidEnumValueOrBitfield as opposed to IsValidEnumValue. ...

[Interchange][FBX] Issue with asset name clashes after auto import

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

The mesh changes and the asset name stays the same while the two FBX are completly different: different filename, different mesh names in the FBX CF video for repro steps. https://forums.unreale ...

Improper clipping in children of a retainer widget

UE - Editor - UI Systems - Slate - Jan 21, 2025

Children of retainer widgets have improper clipping, causing any widgets set to "Clip to Bounds" to clip incorrectly. This may also affect hit testing in cases where multiple retainer widgets are ne ...

Level viewport toolbar buttons on the right side are collapsed even if the viewport has enough width

UE - Editor - Applied Usability - Jan 21, 2025

The following worka round works :float SLevelViewportToolBar::GetTransformToolbarWidth() const { ... #if 0 // float ViewportToolBarWidth = static_cast<float>(GetCachedGeometry().GetLocalSize(). ...

Fix a crash in Callback_ResolveMarker when handing a GPU crash

UE - Rendering Architecture - RHI - Jan 20, 2025

Licensees have reported crashes being triggered while the engine is resolving debug markers for an Nvidia Aftermath dump. This makes it difficult to properly investigate crashes ...

"Create Layers From Assigned Materials" assigns existing LayerInfos at random

UE - Graphics Tools - Terrain - Landscape - Jan 17, 2025

The automatic landscape layer assignment that is performed when using "Create Layers From Assigned Materials" just uses the first layer info it finds with the layer's name, which leads to maps refer ...

GPU Crash from invalid SRV in CreateShaderResourceView due to integer underflow

UE - Graphics Features - Ray Tracing - Jan 15, 2025

The GPU crashes after the ray tracing geometry builder attempts to create a shader resource view with an invalid offset. ...