Details Panel Bug - Multiple external objects of same type share expansion state

UE - Editor - Workflow Systems - Oct 5, 2023

This is because expansion state is saved per class, and we are displaying multiple objects of the same class at the same type. The UniqueID we add when adding these objects via 'AddExternalObject' ...

FKismetCompilerUtilities::ValidateProperEndExecutionPath() was unintentionally removed from compile-time graph validation

UE - Gameplay - Blueprint Compiler - Oct 16, 2023

We no longer include a note/warning when an expected execution path will not be taken in a function graph due to the presence of a return node. This was inadvertently removed by the change that intr ...

Deprecating a non-const blueprint interface function replaces the implementation of the event with an empty custom event

UE - Gameplay - Blueprint - Oct 19, 2023

This behaviour is only observed when implementing the function as a custom event from a blueprint interface. This behaviour is not observed in actors where the blueprint interface function is implem ...

Reintroduce UE4 Material Layer drag & drop behavior in UE5

UE - Rendering Architecture - Materials - Oct 19, 2023

This behavior has changed from UE4 to UE5 due to a fix to an unrelated bug ([Link Removed]). Reintroduce the old behavior without causing a regression that reintroduces Ben's fixed bug. ...

Separate translucency rendering and material BumpOffset UV issues

UE - Rendering Architecture - Oct 20, 2023

It appears as if the primary screenpercentage is being sent as the screen size to separate translucency materials, even though separate translucency has its own screenpercentage (r.SeparateTransluce ...

Selecting an asset directly in a blueprint method parameter asset selector fails when the parameter type is an interface.

UE - Gameplay - Blueprint Compiler - Oct 20, 2023

Ensure message: Ensure condition failed: false [KismetCompilerVMBackend.cpp][Line: 1076] It is not possible to express this interface property as a literal value! (InterfaceProperty /Script/BugRepr ...

Check inside FAssetSourceControlContextMenuState/FPerforceSourceControlProvider

UE - Editor - Workflow Systems - Oct 31, 2023

The async execution from within the context menu state is not cancelled properly when closing the context menu. This means that when rapidly opening and closing context menus there will be corruptio ...

Networked root motion montage with rotation fighting smoothing

UE - Gameplay - Player Movement - Oct 30, 2023

A licensee is reporting a sim proxy is playing a networked anim montage with root motion, that the rotation changes will fight between what's produced in ::SimulateRootMotion and ::SmoothClientPosit ...

LevelSnapshots affect level visibility when restoring snapshot

UE - Virtual Production - Tools - Level Snapshots - Nov 2, 2023

Slack thread [Link Removed] ...