FGameplayTagContainer::CreateFromArray

Creates a container from an array of tags, this is more efficient than adding them all individually

Windows
MacOS
Linux

References

Module

GameplayTags

Header

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

Include

#include "GameplayTagContainer.h"

Syntax

template<class AllocatorType>
static FGameplayTagContainer CreateFromArray
(
    const TArray< FGameplayTag, AllocatorType > & SourceTags
)

Remarks

Creates a container from an array of tags, this is more efficient than adding them all individually

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