UBlueprintGameplayTagLibrary::IsTagQueryEmpty

Check if the specified tag query is empty

Windows
MacOS
Linux

References

Module

GameplayTags

Header

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

Include

#include "BlueprintGameplayTagLibrary.h"

Source

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

Syntax

static bool IsTagQueryEmpty
(
    const FGameplayTagQuery & TagQuery
)

Remarks

Check if the specified tag query is empty

Returns

True if the query is empty, false otherwise.

Parameters

Parameter

Description

TagQuery

Query to check

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