FGameplayTagContainer::AppendTags

Adds all the tags from one container to this container

Choose your operating system:

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