Navigation
API > API/Plugins > API/Plugins/GameplayAbilities > API/Plugins/GameplayAbilities/Abilities
References
| Module | GameplayAbilities |
| Header | /Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/Abilities/GameplayAbilityTypes.h |
| Include | #include "Abilities/GameplayAbilityTypes.h" |
Syntax
namespace EGameplayAbilityReplicationPolicy
{
enum Type
&123;
ReplicateNo,
ReplicateYes,
&125;
}
Values
| Name | Description |
|---|---|
| ReplicateNo | We don't replicate the instance of the ability to anyone. |
| ReplicateYes | We replicate the instance of the ability to the owner. |
Remarks
How an ability replicates state/events to everyone on the network