UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FQueryEvaluator Class Reference

Public Member Functions

 FQueryEvaluator (FGameplayTagQuery const &Q)
 
bool Eval (FGameplayTagContainer const &Tags)
 
void Read (struct FGameplayTagQueryExpression &E)
 

Detailed Description

Helper class to parse/eval query token streams.

Constructor & Destructor Documentation

◆ FQueryEvaluator()

FQueryEvaluator::FQueryEvaluator ( FGameplayTagQuery const &  Q)
inline

Member Function Documentation

◆ Eval()

bool FQueryEvaluator::Eval ( FGameplayTagContainer const &  Tags)

Evaluates the query against the given tag container and returns the result (true if matching, false otherwise).

◆ Read()

void FQueryEvaluator::Read ( struct FGameplayTagQueryExpression E)

Parses the token stream into an FExpr.


The documentation for this class was generated from the following file: