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 AppendTags
(
FGameplayTagContainer const & Other
)
Remarks
Adds all the tags from one container to this container NOTE: From set theory, this effectively is the union of the container this is called on with Other.
Parameters
Name | Description |
---|---|
Other | TagContainer that has the tags you want to add to this container |