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
{
UMETA =(DisplayName = "Do Not Replicate"),
UMETA =(DisplayName = "Do Not Replicate"),
}
}
Values
| Name | Description |
|---|---|
| UMETA | We don't replicate the instance of the ability to anyone. |
| UMETA | We don't replicate the instance of the ability to anyone. |
Remarks
How an ability replicates state/events to everyone on the network