Navigation
Unreal Engine C++ API Reference > Runtime > GameplayTags
References
Module | GameplayTags |
Header | /Engine/Source/Runtime/GameplayTags/Classes/GameplayTagContainer.h |
Include | #include "GameplayTagContainer.h" |
Syntax
enum EGameplayTagQueryExprType
{
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.