UGameplayTagsManager::GetTagEditorData

Returns information about tag. If not found return false

Windows
MacOS
Linux

References

Module

GameplayTags

Header

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

Include

#include "GameplayTagsManager.h"

Source

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

Syntax

bool GetTagEditorData
(
    FName TagName,
    FString & OutComment,
    FName & OutTagSource,
    bool & bOutIsTagExplicit,
    bool & bOutIsRestrictedTag,
    bool & bOutAllowNonRestrictedChildren
) const

Remarks

Returns information about tag. If not found return false

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