The Starter Contents SM_Statue exists in a bad state, leading to crashes when trying to open levels where it is referenced

UE - Gameplay - Feb 18, 2025

The SM_Statue exists in a bad state leading to a crash when it is loaded or anything that references it is loaded, e.g. Minimal Default level in the Starter Content. It can be deleted as a temporar ...

Building Geometry Stops UTickableWorldSubsystem Ticking

UE - Gameplay - Jan 31, 2025

Can be mitigated by reopening the Level. There is a repro project provided by the licensee on the case ticket. ...

Building Geometry Stops UTickableWorldSubsystem Ticking

UE - Gameplay - Jan 13, 2025

Can be mitigated by reopening the Level. There is a repro project provided by the licensee on the case ticket. ...

Collision profiles are reset when blueprint is loaded

UE - Gameplay - Jan 6, 2025

In UE 5.5 (and earlier versions), FCollisionResponse::operator== has incorrect behavior where it will detect that two collision response containers are identical if they have the same number of entr ...

Getting the Outer (GetOuter()) inside AssetUserData::PostEditChangeOwner added to an instanced actor in a level returns the Outer marked with "Trash"

UE - Gameplay - Nov 20, 2024

When you call GetOuter() inside AssetUserData::PostEditChangeOwner, the Outer that is returned, is marked as "Trash". This is because the object is constructed again when an AssetUserData is added. ...

Gameplay Tags with the string "None" as any of its hierarchical node identifiers behave incorrectly (because of an incomplete generated FGameplayTagContainer::ParentTags array)

UE - Gameplay - Nov 19, 2024

Currently, using the string "None" as a hierarchical node identifier inside a Gameplay Tag (for example "A.B.C.None.D.E.F") is not disallowed by the engine, but results in some incorrect behaviors. ...

GameFeature Plugins do not chunk as expected when using PrimaryAssetLabels

UE - Gameplay - Sep 23, 2024

There is some unexpected behaviour around GameFeature Plugins (GFPs) when packaging with chunking enabled most noticeable when using PrimaryAssetLabels (PALs). Firstly, PrimaryAssetLabels do not ap ...

Modifying FSuggestProjectileVelocityParameters::ResponseParam.CollisionResponse modifies FCollisionResponseParams::DefaultResponseParam

UE - Gameplay - Sep 17, 2024

FSuggestProjectileVelocityParameters was introduced in 5.4 and has a FCollisionResponseParams member that's initialized as a mutable reference to FCollisionResponseParams::DefaultResponseParam. str ...

Native gameplay tags in plugins are cleared when reading config files

UE - Gameplay - Aug 14, 2024

When references to Gameplay Tags are loaded, it checks to see if they are already registered. If they are not already registered, it will notice it is invalid and may print a warning depending on th ...