UGameplayTagsManager::FindGameplayTagFromPartialString_Slow

Searches for a gameplay tag given a partial string.

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

FGameplayTag FindGameplayTagFromPartialString_Slow
(
    FString PartialString
) const

Remarks

Searches for a gameplay tag given a partial string. This is slow and intended mainly for console commands/utilities to make developer life's easier. This will attempt to match as best as it can. If you pass "A.b" it will match on "A.b." before it matches "a.b.c".

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