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 |
bool AddLeafTag
(
const FGameplayTag & TagToAdd
)
Adds a tag to the container and removes any direct parents, wont add if child already exists
True if tag was added
Parameter |
Description |
---|---|
Tag |
The tag to try and add to this container |