UBlueprintGameplayTagLibrary::GetNumGameplayTagsInContainer

Get the number of gameplay tags in the specified container

Windows
MacOS
Linux

References

Module

GameplayTags

Header

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

Include

#include "BlueprintGameplayTagLibrary.h"

Source

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

Syntax

static int32 GetNumGameplayTagsInContainer
(
    const FGameplayTagContainer & TagContainer
)

Remarks

Get the number of gameplay tags in the specified container

Returns

The number of tags in the specified container

Parameters

Parameter

Description

TagContainer

Tag container to get the number of tags from

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