FGameplayTagContainer::AddTagFast

Add the specified tag to the container without checking for uniqueness

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 AddTagFast
(
    const FGameplayTag & TagToAdd
)

Remarks

Add the specified tag to the container without checking for uniqueness

Useful when building container from another data struct (TMap for example)

Parameters

Parameter

Description

TagToAdd

Tag to add to the 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