UBlueprintGameplayTagLibrary::GetDebugStringFromGameplayTagContainer

Returns an [FString](API\Runtime\Core\Containers\FString) listing all of the gameplay tags in the tag container for debugging purposes.

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 FString GetDebugStringFromGameplayTagContainer
(
    const FGameplayTagContainer & TagContainer
)

Remarks

Returns an FString listing all of the gameplay tags in the tag container for debugging purposes.

Parameters

Parameter

Description

TagContainer

The tag container to get the debug string 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