Navigation
Unreal Engine C++ API Reference > Runtime > GameplayTags > FGameplayTagContainer
References
Module | GameplayTags |
Header | /Engine/Source/Runtime/GameplayTags/Classes/GameplayTagContainer.h |
Include | #include "GameplayTagContainer.h" |
Source | /Engine/Source/Runtime/GameplayTags/Private/GameplayTagContainer.cpp |
void AddTag
(
const FGameplayTag & TagToAdd
)
Remarks
Add the specified tag to the container
Parameters
Name | Description |
---|---|
TagToAdd | Tag to add to the container |