Material param reset bug on landscape

UE - LD & Modeling - Terrain - Landscape - Oct 25, 2023

From licensee:When a material instance is applied to a landscape in a scene and the user resets param in that material instance, that edit is not applied to rendered landscape (while it is if the ma ...

Actor attached to child actor fails to serialize as part of map

UE - Gameplay - Components - Nov 3, 2023

Attaching other actors to a child actor (actor spawned by ChildActorComponent) fails to serialize correctly as part of the map. The attached actor loads as detached and resets its position back to w ...

Actors unrelated to the changelist being validated cause errors

UE - World Creation - Worldbuilding Tools - World Partition - Nov 22, 2023

When validating a changelist, unrelated errors to the changelist can appear. Here's an example of running the validation on a cl named "temp cl" which just contains a single actor "Cylinder". The A ...

Geometry collection marked as nanite has no fallback in cooked build when nanite is disabled

UE - Rendering Architecture - Dec 11, 2023

When geometry collection is set as nanite, there is no non-nanite render data cooked. This means that there is no fallback if the cooked build uses r.nanite 0. This used to work with some code worka ...

Fix AssetManager rules overrides in case PrimaryAssetTypesToScan for PrimaryAssetLabel sets bApplyRecursively=false

UE - Foundation - Core - Cooker - Dec 11, 2023

SetPrimaryAssetRules sets the "is overridden" variables (e.g. bOverrideApplyRecursively) based on a comparison with the global default rules:static FPrimaryAssetRules DefaultRules; ... ExplicitRu ...

Combined Translate and Rotate Mode broken when using Local Space

UE - Editor - Workflow Systems - Dec 22, 2023

From UDN: When using the Combined Translate and Rotate Mode we run into an issue where the rotation arrow moves twice as fast as the coordinate frame. The object itself rotates correctly, but if we ...

Some debug modes do not work in PIE

UE - Platform - Mobile - Jan 9, 2024

It looks like the output of the debug pass is ignored, and the final output from the last frame before the pass was enabled is displayed instead. If the pass is modified to return a different textu ...

Crash when calling FillDataTableFromCSVString() while viewing the contents of the data table

When the function UDataTableFunctionLibrary::FillDataTableFromCSVString() is used from Editor Utility Blueprints or Python Scripts, and the contents of the affected Data Table are currently being vi ...

WPO is incorrectly generated on materials using Material Attributes as input to Landscape Layer Blend node

UE - Rendering Architecture - Materials - Jan 31, 2024

This comes from this UDN : [Link Removed] It occurs with this setup :  [Image Removed] , where Set Material Attributes expressions act as inputs to the Landscape Layer Blend material expression. ...

PSO Creation hangs on task in Shipping build

UE - Rendering Architecture - RHI - Nov 27, 2023

Running with `r.AsyncPipelineCompile=0` causes the issue not to happen. It fails to open about 4 times out of 5. No such problem in development build., it always succeeds. We noticed that if we de ...