When using Perforce, saving a level over another leaves the target umap file as "marked for delete"

UE - Editor - Workflow Systems - Mar 11, 2025

When working on a level asset and using command "File – Save Current Level As..." to save it over a different level asset, the engine first deletes the target level (that's going to be overwritten) ...

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

Ensure failing when compiling Macro Library blueprints

UE - Framework - Blueprint Compiler - Mar 10, 2025

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

Popping Ribbon UVs

UE - Niagara - Mar 10, 2025

Please see the Additional Link for related UDN information. The UV popping described can be subtle, depending on settings; it's affected by spawn rate and GPU vs CPU. The popping shown in the gif t ...

Crash when moving map assets used as level instances

UE - World Creation - Worldbuilding Tools - Level Instances - Mar 10, 2025

AssetRegistry has poor performance when a large map is resaved: Directory IO

UE - Foundation - Data Pipeline - Cooker - Mar 10, 2025

IO cost of directory scans is one of the costs present in the AssetRegistry when a large map is resaved. Maps can have external actors which all have to be rescanned and reported to the map for incl ...

Resetting material instance parameters to default value does not update the appearance of the object that the material is applied to

UE - Rendering Architecture - Materials - Mar 10, 2025

When a material instance with exposed parameters is applied to a landscape; the parameters set to a new value and then reset to back the default value, the landscape does not respect the new default ...

Crash when editing Gameplay Effect containing a deleted/renamed Gameplay Attribute

UE - Gameplay - Gameplay Ability System - Mar 9, 2025

When modifying the name of a gameplay attribute that is used with a modifier on a gameplay effect, attempting to remove/change the modifier causes an editor crash. This appears to be due to line 29 ...