Navigation
API > API/Plugins > API/Plugins/GameplayAbilities > API/Plugins/GameplayAbilities/UAbilitySystemComponent
Description
Allows GameCode to add loose gameplaytags which are not backed by a GameplayEffect. It is up to the calling GameCode to make sure these tags are added on clients/server where necessary
| Name | AddLooseGameplayTag |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/AbilitySystemComponent.h |
| Include Path | #include "AbilitySystemComponent.h" |
void AddLooseGameplayTag
(
const FGameplayTag & GameplayTag,
int32 Count,
EGameplayTagReplicationState TagRepState
)