DrawDebug elements on screen affect aspect ratio letterboxing

UE - Rendering Architecture - Nov 1, 2023

During gameplay when the view target camera's aspect ratio is not exactly the viewport's aspect ratio, the presence of rendered debug draw elements (DrawDebugArrow, etc) makes the viewport's rendere ...

Merge Actors Merge Materials Missing Visibility Collision

UE - World Creation - Worldbuilding Tools - Merge Actor - Nov 1, 2023

Merge Actors Merge Materials Missing in Content Browser

UE - World Creation - Worldbuilding Tools - Merge Actor - Nov 1, 2023

When duplicating the last point in a closed-loop spline, its metadata is inserted at the wrong index

UE - Editor - Workflow Systems - Nov 1, 2023

The SplineComponentVisualizer allows users to alt+drag on a spline point to duplicate it. When this is done on the last point of a spline marked as "closed-loop", the new point is correctly added at ...

FAnimationRuntime::BlendPosesPerBoneFilter() causes an assertive crash when Skeletal Mesh LOD is changed

UE - Anim - Runtime - Nov 1, 2023

The crash occurs from "check(BoneBlendWeights.Num() == NumBones);" This crash occurs when the following conditions are met;The skeletal mesh LOD is changed.The number of bones is difference between ...

Customizations that use FDetailPropertyRow::CustomWidget and set the visibility attribute do not honor it

UE - Editor - Workflow Systems - Oct 31, 2023

Customizations that use FDetailPropertyRow::CustomWidget and set the visibility attribute do not honor it. A Customization set up like the below, for instance, will not honor the Visibility in red d ...

Foot Placement tries to step on vertical surfaces

UE - Anim - Gameplay - Oct 31, 2023

From a community member: Are you responsible also for the FootPlacement node? Its fantastic, but there is a possible bug with the walkable surface handling. It tries to step even on vertical surfac ...

GAS: Ability that destroys owning actor on activate causes crashes due to ABILITYLIST_SCOPE_LOCK

UE - Gameplay - Gameplay Ability System - Oct 31, 2023

A GameplayAbility that destroys its owning actor inside ActivateAbility() causes a crash, because actor destruction will modify the ability list but ActivateAbility() is called within an ABILITYLIST ...

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

Renaming external actor "label name" won't update in changelist viewer

UE - Editor - Workflow Systems - Oct 31, 2023

Some of the state in the View Changes menu is cached and never updated. This menu should respond to external actor label renames in the Outliner and files being moved on disk. ...