FGameplayTagContainer::AppendTags

Adds all the tags from one container to this container

Windows
MacOS
Linux

References

Module

GameplayTags

Header

/Engine/Source/Runtime/GameplayTags/Classes/GameplayTagContainer.h

Include

#include "GameplayTagContainer.h"

Source

/Engine/Source/Runtime/GameplayTags/Private/GameplayTagContainer.cpp

Syntax

void AppendTags
(
    FGameplayTagContainer const & Other
)

Remarks

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.

Parameters

Parameter

Description

Other

TagContainer that has the tags you want to add to this container

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss