Navigation
API > API/Plugins > API/Plugins/WorldConditions
References
| Module | WorldConditions |
| Header | /Engine/Plugins/Runtime/WorldConditions/Source/WorldConditions/Public/WorldConditionQuery.h |
| Include | #include "WorldConditionQuery.h" |
Syntax
USTRUCT&40;&41;
struct FWorldConditionItem
Remarks
Item used to describe the structure of a world condition query for fast traversal of the expression.
Variables
| Type | Name | Description | |
|---|---|---|---|
| EWorldConditionResultValue | CachedResult | Cached result of the condition. | |
| uint8 | NextExpressionDepth | Expression depth controlling the parenthesis of the expression. | |
| EWorldConditionOperator | Operator | Operator describing how the results of the condition is combined with other conditions. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FWorldConditionItem
(
const EWorldConditionOperator InOperator, |