Choose your operating system:
Windows
macOS
Linux
Module |
|
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
)
Adds all the tags from one container to this container
From set theory, this effectively is the union of the container this is called on with Other.
Parameter |
Description |
---|---|
Other |
TagContainer that has the tags you want to add to this container |