Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/GameplayCueNotifyTypes.h |
Include |
#include "GameplayCueNotifyTypes.h" |
enum EGameplayCueNotify_AttachPolicy
{
DoNotAttach,
AttachToTarget,
}
Name |
Description |
---|---|
DoNotAttach |
Do not attach to the target actor. The target may still be used to get location and other information. |
AttachToTarget |
Attach to the target actor if possible. |
EGameplayCueNotify_AttachPolicy
Specifies if the gameplay cue notify should attach to the target actor.