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