Navigation
Unreal Engine C++ API Reference > Runtime > GameplayTags > FGameplayTag
References
Module | GameplayTags |
Header | /Engine/Source/Runtime/GameplayTags/Classes/GameplayTagContainer.h |
Include | #include "GameplayTagContainer.h" |
Source | /Engine/Source/Runtime/GameplayTags/Private/GameplayTagContainer.cpp |
static FGameplayTag RequestGameplayTag
(
const FName & TagName,
bool ErrorIfNotFound
)
Remarks
Gets the FGameplayTag that corresponds to the TagName Will return the corresponding FGameplayTag or an empty one if not found.
Parameters
Name | Description |
---|---|
TagName | The Name of the tag to search for |
ErrorIfNotfound | ensure() that tag exists. |