UGameplayTagsManager::RequestGameplayTagParents

Gets a Tag Container containing the supplied tag and all of it's parents as explicit tags

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

FGameplayTagContainer RequestGameplayTagParents
(
    const FGameplayTag & GameplayTag
) const

Remarks

Gets a Tag Container containing the supplied tag and all of it's parents as explicit tags

Returns

A Tag Container with the supplied tag and all its parents added explicitly

Parameters

Parameter

Description

GameplayTag

The Tag to use at the child most tag for this container

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