Navigation
API > API/Plugins > API/Plugins/GameplayAbilities > API/Plugins/GameplayAbilities/Abilities
References
| Module | GameplayAbilities |
| Header | /Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/Abilities/GameplayAbilityTargetTypes.h |
| Include | #include "Abilities/GameplayAbilityTargetTypes.h" |
Syntax
struct FAbilityReplicatedData
Remarks
Payload for generic replicated events
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bTriggered | Event has triggered | |
| FSimpleMulticastDelegate | Delegate | Delegate that will be called on replication | |
| FVector_NetQuantize100 | VectorPayload | Optional Vector payload for event |
Constructors
| Type | Name | Description | |
|---|---|---|---|