Navigation
API > API/Plugins > API/Plugins/GameplayAbilities > API/Plugins/GameplayAbilities/Abilities
References
| Module | GameplayAbilities |
| Header | /Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/Abilities/GameplayAbility.h |
| Include | #include "Abilities/GameplayAbility.h" |
Syntax
USTRUCT ()
struct FAbilityTriggerData
Remarks
Structure that defines how an ability will be triggered by external events
Variables
| Type | Name | Description | |
|---|---|---|---|
| TEnumAsByte< EGameplayAbilityTriggerSource::Type > | TriggerSource | The type of trigger to respond to | |
| FGameplayTag | TriggerTag | The tag to respond to |
Constructors
| Type | Name | Description | |
|---|---|---|---|