Event Dispatcher objects cannot be deleted after the initial graph node is renamed

UE - Gameplay - Sep 14, 2020

Adding an Event Dispatcher to the Level Blueprint and then renaming the initial graph node within that Event Dispatcher prevents deletion from that point forward. Renaming the Event Dispatcher from ...

Creating/Destroying UWorlds rapidly can cause dangling pointers from UAutoDestroySubsystem

UE - Gameplay - Aug 10, 2020

To summarize what I'm seeing there, a bunch of UObjects relating to that world have been destroyed but not all destructed. The UAutoDestroySubsystem pointer is still on the static tickable list, and ...

inherited gameplay tags no longer work

UE - Gameplay - Jul 3, 2020

Added and Removed tags are cleared in inherited gameplay tag containers. This came from the following UDN: https://udn.unrealengine.com/questions/587982/ue-master-tags-in-finheritedtagcontainer-do-n ...

Moving actor to another level breaks soft object reference

UE - Gameplay - Jun 9, 2020

REGRESSION: In 4.24, there was a fixup process that would allow the soft reference to remain valid. This seems to be missing in 4.25 Moving an actor to another sublevel immediately breaks soft ref ...

Static mesh components are invisible when added a trigger actor

UE - Gameplay - May 7, 2020

Static mesh components spawned and added to a trigger actor results in them being invisible. This does not occur if the user uses an actor with a collision component. ...

Loading a blueprint that uses the GetOptions meta data causes an ensure

UE - Gameplay - May 6, 2020

Loading a blueprint that uses the GetOptions meta data causes an ensure ...

UGameplayAbility::ConfirmTaskByInstanceName() has incorrect code comment

UE - Gameplay - Apr 22, 2020

UGameplayAbility::ConfirmTaskByInstanceName() has an incorrect code comment that was copied and pasted from UGameplayAbility::CancelAbility(). The comment for UGameplayAbility::ConfirmTaskByInstance ...

AbilitySystem.Debug.NextCategory incorrectly has same description as AbilitySystem.Debug.PrevTarget

UE - Gameplay - Apr 13, 2020

The console command AbilitySystem.Debug.NextCategory incorrectly has the same description as AbilitySystem.Debug.PrevTarget instead of its own accurate description. ...

Assert Crash when Attempting to rename Vector variable with open split pins

UE - Gameplay - Mar 25, 2020

Assert Crash when Attempting to rename Vector variable with open split pins  ...

Compiling blueprints with a reroute node attached to a class variable to a "Spawn for gameplay task" causes the pin to "instigator" to disconnect

UE - Gameplay - Mar 20, 2020

Creating a reroute node between a class variable and a "Spawn actor for gameplay task's" class pin will cause the variable attached to the instigator pin to disconnect. ...