![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Public Member Functions | |
| FQueryEvaluator (FGameplayTagQuery const &Q) | |
| bool | Eval (FGameplayTagContainer const &Tags) |
| void | Read (struct FGameplayTagQueryExpression &E) |
Helper class to parse/eval query token streams.
|
inline |
| bool FQueryEvaluator::Eval | ( | FGameplayTagContainer const & | Tags | ) |
Evaluates the query against the given tag container and returns the result (true if matching, false otherwise).
| void FQueryEvaluator::Read | ( | struct FGameplayTagQueryExpression & | E | ) |
Parses the token stream into an FExpr.