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

When a TSoftObjectPtr pointing to a const type is used as a parameter for a Dyanmic delegate, unreal marks it as deprecaded.

UE - Foundation - Cpp Tools - UnrealHeaderTool - Jan 21, 2025

A change has been done to the TSoftObjectPtr class that warns when constructing a pointer-to non-const from a pointer-to-const. This change makes sense and is correct. Example: UTexture2D* Loade ...

Disabling bLerpUVs in Nanite Settings of Static Mesh causes texture warping in clusters

UE - Graphics Features - Nanite - Jan 21, 2025

The licensee has identified a potential fix by changing if( Settings.bLerpUVs ) to if( Settings.bLerpUVs || UVIndex == 0 ) On line 389 of NaniteBuilder\Private\Cluster.cpp in UE 5.5 ...

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

[Legacy][FBX] Animation curves are not added to the skeleton anymore

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

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

[Interchange][FBX] Bone orientation is different between legacy and interchange import with the ForceFrontXAxis

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

When importing FBX files using the Interchange and legacy import with Force Front X Axis enabled, the transforms of the bones in the imported FBX models will not match. ...

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

Compiling any material in UE 5.5.1 without ShaderCompiler JobCache results in a crash

UE - Rendering Architecture - Shaders - Jan 15, 2025

Compiling any material with r.ShaderCompiler.JobCache=0 causes ShaderCompileWorker to crash. Reproduction steps cause a crash during Editor startup, but this bug may affect other scenarios where mat ...

Editor.Plugins.Tools.Modeling.EditorMode.ExtrudePolygons.* test cases fail in headless mode due to stylus error log.

UE - Graphics Tools - Modeling Tools - Jan 15, 2025

Hello! In UE 5.5 Preview, new stylus code was introduced, which can cause a test failure in an unrelated test suite, Editor.Plugins.Tools.Modeling.EditorMode.ExtrudePolygons.*. The test indirectly ...