UGameplayCueManager::NotifyGameplayCueActorEndPlay

Notify to say the actor is about to be destroyed and the GC manager needs to remove references to it.

Windows
MacOS
Linux

References

Module

GameplayAbilities

Header

/Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/GameplayCueManager.h

Include

#include "GameplayCueManager.h"

Source

/Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Private/GameplayCueManager.cpp

Syntax

virtual void NotifyGameplayCueActorEndPlay
(
    AGameplayCueNotify_Actor * Actor
)

Remarks

Notify to say the actor is about to be destroyed and the GC manager needs to remove references to it. This should not happen in normal play with recycling enabled, but could happen in replays.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss