Single sided complex collision mesh collision blocks character movement from backside

UE - Simulation - Physics - Query - Nov 17, 2023

Commenting out the branch in FTriangleMeshSweepVisitor::VisitSweep is a work-around.if (CullsBackFaceSweepsCode != 0) { if (VectorMaskBits(IsBackFace)) { // Don't cull the back face ...

In-editor hitch when deleting one actor in a world with many loaded actors

UE - Foundation - Core - Nov 17, 2023

When editing a level with many actors (1000+), deleting an actor results in a noticeable hitch: the editor becomes unresponsive for seconds. This hitch becomes longer the more actors are loaded and ...

Renaming a Blueprint interface asset doesn't update the ImplementedInterfaces list in the Blueprint editor's Class Settings tab

UE - Gameplay - Blueprint Editor - Nov 13, 2023

There is no UI refresh for the Implemented Interfaces list in the Blueprint editor UI after a Blueprint Interface asset is renamed in the Content Drawer. Consequently, the interface cannot be remove ...

K2Node_FunctionEntry: Focusing "Name" property in Details panel changes function name to display format

UE - Gameplay - Blueprint Editor - Nov 13, 2023

Users can enter blueprint function names without spaces, for example PascalCase (MyFunctionName) or snake_case (my_function_name). The "My Blueprint" tab functionality for naming functions allow all ...

SkeletalMeshComponent in dedicated server causes memory leak

UE - Graphics Features - Nov 8, 2023

As dedicated server does not have viewport, USkinnedMeshComponent::BoneTransformUpdateMethodQueue array keeps growing and never clear. ...

GAS: GameplayEffect with RemovalTagRequirements in networked play triggers FScopedActiveGameplayEffectLock ensure

UE - Gameplay - Gameplay Ability System - Nov 3, 2023

Reported by multiple users. When in a networked session a GameplayEffect is automatically removed due to:a tag being added that's not allowed, or (TargetTagRequirements.RemovalTagRequirements.MustHa ...

LevelSequenceActor sequencer loaded with DataLayer does not progress track when played

UE - Anim - Sequencer - Nov 1, 2023

In UE5.2, there seems to be a problem with the initialization of the reloaded LevelSequenceActor. SequencePlayer->Initialize is not called in  ALevelSequenceActor::InitializePlayer() and Tick regist ...

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