EGameplayTagQueryExprType::Type

Enumerates the list of supported query expression types.

Windows
MacOS
Linux

References

Module

GameplayTags

Header

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

Include

#include "GameplayTagContainer.h"

Syntax

namespace EGameplayTagQueryExprType
{
    enum Type
    {
        Undefined       = 0,
        AnyTagsMatch,
        AllTagsMatch,
        NoTagsMatch,
        AnyExprMatch,
        AllExprMatch,
        NoExprMatch,
    }
}

Values

Name

Description

Undefined

AnyTagsMatch

AllTagsMatch

NoTagsMatch

AnyExprMatch

AllExprMatch

NoExprMatch

Remarks

Enumerates the list of supported query expression types.

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