UGameplayTagsManager::FindTagNode

Checks node tree to see if a [FGameplayTagNode](API\Runtime\GameplayTags\FGameplayTagNode) with the tag exists

Windows
MacOS
Linux

References

Module

GameplayTags

Header

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

Include

#include "GameplayTagsManager.h"

Syntax

TSharedPtr< FGameplayTagNode > FindTagNode
(
    const FGameplayTag & GameplayTag
) const

Remarks

Checks node tree to see if a FGameplayTagNode with the tag exists

Returns

A shared pointer to the FGameplayTagNode found, or NULL if not found.

Parameters

Parameter

Description

TagName

The name of the tag node to search for

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