Navigation
API > API/Plugins > API/Plugins/GameplayAbilities
References
| Module | GameplayAbilities |
| Header | /Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/GameplayCueNotifyTypes.h |
| Include | #include "GameplayCueNotifyTypes.h" |
Syntax
enum EGameplayCueNotify_AttachPolicy
{
DoNotAttach,
AttachToTarget,
}
Values
| 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. |
Remarks
EGameplayCueNotify_AttachPolicy
Specifies if the gameplay cue notify should attach to the target actor.