Navigation
API > API/Plugins > API/Plugins/WorldConditions > API/Plugins/WorldConditions/FWorldConditionQuery
References
| Module | WorldConditions |
| Header | /Engine/Plugins/Runtime/WorldConditions/Source/WorldConditions/Public/WorldConditionQuery.h |
| Include | #include "WorldConditionQuery.h" |
| Source | /Engine/Plugins/Runtime/WorldConditions/Source/WorldConditions/Private/WorldConditionQuery.cpp |
bool IsTrue
&40;
const FWorldConditionContextData & ContextData
&41; const
Remarks
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. the value of the query condition expression.
Parameters
| Name | Description |
|---|---|
| ContextData | ContextData that matches the schema of the query. |