Gameplay Tag Container
FGameplayTagContainer
is a wrapper around an array of FGameplayTag
. UnrealSharp provides a intuitive API to work with them with C# features:
Constructing a FGameplayTagContainer
FGameplayTagContainer
Using a list of
FGameplayTag
:
Using Array Parameters:
Appending Tags
Appending a List of Tags:
Appending Individual Tags:
Appending Another Container:
Last updated