Navigation
API > API/Plugins > API/Plugins/WorldConditions > API/Plugins/WorldConditions/FWorldConditionQuery
Description
Returns the result of the query. Cached state is returned if it is available, if update is needed or the query has dynamic context data, IsTrue() is called on the necessary conditions.
| Name | IsTrue |
| Type | function |
| Header File | /Engine/Plugins/Runtime/WorldConditions/Source/WorldConditions/Public/WorldConditionQuery.h |
| Include Path | #include "WorldConditionQuery.h" |
| Source | /Engine/Plugins/Runtime/WorldConditions/Source/WorldConditions/Private/WorldConditionQuery.cpp |
bool IsTrue
(
const FWorldConditionContextData & ContextData
) const
the value of the query condition expression.
Parameters
| Name | Remarks |
|---|---|
| ContextData | ContextData that matches the schema of the query. |