#include "Stats/Stats.h"
#include "UObject/ObjectMacros.h"
#include "UObject/Object.h"
#include "UObject/Class.h"
#include "Misc/ComparisonUtility.h"
#include "GameplayTagContainer.generated.h"
Go to the source code of this file.
|
| enum class | EGameplayContainerMatchType : uint8 { Any
, All
} |
| |
| enum class | EGameplayTagQueryExprType : uint8 {
Undefined = 0
, AnyTagsMatch
, AllTagsMatch
, NoTagsMatch
,
AnyExprMatch
, AllExprMatch
, NoExprMatch
, AnyTagsExactMatch
,
AllTagsExactMatch
} |
| |
| enum | EGameplayTagQueryStreamVersion::Type { EGameplayTagQueryStreamVersion::InitialVersion = 0
, EGameplayTagQueryStreamVersion::VersionPlusOne
, EGameplayTagQueryStreamVersion::LatestVersion = VersionPlusOne - 1
} |
| |
◆ INVALID_TAGNETINDEX
◆ FGameplayTagNetIndex
◆ EGameplayContainerMatchType
◆ EGameplayTagQueryExprType
Enumerates the list of supported query expression types.
| Enumerator |
|---|
| Undefined | |
| AnyTagsMatch | |
| AllTagsMatch | |
| NoTagsMatch | |
| AnyExprMatch | |
| AllExprMatch | |
| NoExprMatch | |
| AnyTagsExactMatch | |
| AllTagsExactMatch | |
◆ DECLARE_CYCLE_STAT_EXTERN()
◆ DECLARE_LOG_CATEGORY_EXTERN()
◆ DECLARE_STATS_GROUP()