Creating a GeometryCollectionActor from a GeometryCollectionAsset is ignoring some of the data set in the asset

UE - Simulation - Physics - Mar 13, 2025

When you create a GeometryCollectionActor by dragging a GeometryCollectionAsset from the ContentBrowser into the scene, instead of using the PhysicsMaterial defined in the GeometryCollectionAsset, i ...

When a Niagara User Parameter is renamed, mesh bindings on Niagara Mesh Renderers are not updated, and the binding is silently broken

UE - Niagara - Mar 13, 2025

In Niagara, Mesh Renderers expose a "Meshes" array for selecting the meshes to be rendered. On each array entry, a property "Mesh Parameter Binding" is available and allows the user to override that ...

wrong telemetry provider config section

UE - Foundation - Mar 12, 2025

AddEndpointsFromConfig from Telemetry.cs is searching for StudioTelemetry.Provider.Horde. This appears to be out of sync with StudioTelemetry.Provider.HordeAnalytics mentioned in BaseEngine.ini. ...

Inside the ViewportToolBar, the "Click to Expand" ComboButton works incorrectly with Display Scaling

UE - Editor - Applied Usability - Mar 12, 2025

When Display Scaling is applied (e.g., 125%) and the Level Viewport is resized, the ComboButton in the SViewportToolBar does not behave as expected. Normally, the ComboButton hides when there is in ...

Deadlock running anim modifiers that affect bone tracks on multiple sequences

UE - Anim - Runtime - Mar 11, 2025

Running anim modifiers that affect bone tracks can deadlock the editor when applied to multiple anim sequences. ...

Incorrect derivative ops detection when Add node is used with Nanite Pass Switch node in material graph

UE - Graphics Features - Mar 11, 2025

Plugging an Add node which adds a constant value into a Nanite Pass switch node results in derivative ops to be detected where there should be none (which show up as red in the No Derivative Ops deb ...

Duplicating SkeletalMesh in packaged game causes crash

UE - Graphics Features - Nanite - Mar 11, 2025

This code worked until UE5.4. NaniteResource added in 5.5 causes this issue. ...

When painting on a landscape with edit layers, there are UV distortions happening across the boundaries of paint layers when material is using SetMaterialAttributes

UE - Graphics Tools - Terrain - Landscape - Mar 10, 2025

Context Landscape Edit Layers enables users to paint landscapes using non-destructive layers, and can add multiple layers to the landscape that can be edited independently from each other. Problem ...

Calling UMoverComponent::IsModifierActiveOrQueued() immediately after calling UMoverComponent::K2_QueueMovementModifier() will return false

UE - Gameplay - Player Movement - Mover - Mar 10, 2025

Calling UMoverComponent::IsModifierActiveOrQueued() immediately after calling UMoverComponent::K2_QueueMovementModifier() will return false. Checking the code, IsModifierActiveOrQueue() calls FindMo ...