Navigation
API > API/Plugins > API/Plugins/WorldConditions > API/Plugins/WorldConditions/FWorldConditionContext
Description
Evaluates the result of the query. Intermediate results may be cached, and are stored in the query state. If a cached result is invalidated, or the query relies on dynamic context data, IsTrue() is called on the necessary conditions.
| Name | IsTrue |
| Type | function |
| Header File | /Engine/Plugins/Runtime/WorldConditions/Source/WorldConditions/Public/WorldConditionContext.h |
| Include Path | #include "WorldConditionContext.h" |
| Source | /Engine/Plugins/Runtime/WorldConditions/Source/WorldConditions/Private/WorldConditionContext.cpp |
bool IsTrue() const
the value of the query condition expression.