Regression - Inherited component properties on actor instances of derived blueprints are silently reset to defaults when the blueprint is compiled, causing data loss

UE - Gameplay - Jul 19, 2024

In certain circumstances, when a derived blueprint is compiled, all properties from its inherited components can be silently reset to defaults on instances placed on the current level. This results ...

Natively declared Gameplay Tags aren't counted by Reference Viewer when set default by ctor

UE - Gameplay - Jul 11, 2024

Similar to Issue 199247 ([Link Removed]), Natively declared Gameplay Tags aren't counted by Reference Viewer when used in a variable set in a C++ ctor. ...

CharacterMovementComponent - Jump incorrectly simulated when moving against a wall, resulting in an apex height lower than expected and framerate-dependent

UE - Gameplay - Jun 17, 2024

The CharacterMovementComponent simulates the position of a jumping/falling character inside function UCharacterMovementComponent::PhysFalling() [CharacterMovementComponent.cpp:4381]. On the main cod ...

Instanced object in an array property of an actor component is invalidated and marked for garbage collection on undo

UE - Gameplay - Jun 4, 2024

If an actor component contains a TArray of instanced objects, some of those object instances can get incorrectly invalidated and marked for garbage collection in certain situations, possibly resulti ...

Case Child Actor Component validation error when set as editor-only

UE - Gameplay - Jun 4, 2024

When a blueprint actor with a child actor component is placed in a level, and the child actor component is set as editor-only, the output log will show a validation error when the actor is moved and ...

SpringArmComponent with "Use Camera Lag Substepping" does not handle fluctuating frame rates correctly

UE - Gameplay - Jun 4, 2024

The description of SpringArmComponent's "Use Camera Lag Substepping" option says "sub-step camera damping so that it handles fluctuating frame rates well". However, as noted and explained by a licen ...

GameplayTagQuery in editor can fail to update to new values or reset after being cancelled

UE - Gameplay - Apr 25, 2024

When editing a GameplayTagQuery inside of the editor, there are times when the query editor will not update the query when selecting Ok or fail to return the query to its original state before editi ...

FTimeline::bPlaying may remain false on clients when replaying replicated timeline

UE - Gameplay - Apr 2, 2024

This seems to occur when FTimeline::Stop is called on the client but not on the server, as this will set bPlaying to false locally on the client. Because the value for bPlaying doesn't change on the ...

Subobject Data Subsystem has CanPasteSubobjects decorated with UFUNCTION but PasteSubobjects is not.

UE - Gameplay - Mar 25, 2024

In the Subobject Data Subsystem, CanPasteSubobjects is BlueprintCallable, but the call to PasteSubobjects is not. Given CanCopySubobjects and CopySubobjects are both BlueprintCallable, the ability t ...

Meta Specifier BlueprintBaseOnly does not seem to work as intended

UE - Gameplay - Mar 19, 2024

Based on this case here:https://udn.unrealengine.com/s/case/500QP000006rnSEYAY/tsubclassof-with-metablueprintbaseonly-doesnt-appear-to-work From my testing the user seems to be correct. Applying th ...