Navigation
API > API/Plugins > API/Plugins/WorldConditions
References
| Module | WorldConditions |
| Header | /Engine/Plugins/Runtime/WorldConditions/Source/WorldConditions/Public/WorldConditionTypes.h |
| Include | #include "WorldConditionTypes.h" |
Syntax
USTRUCT&40;&41;
struct FWorldConditionResult
Remarks
Result of a world condition evaluation. Also contains additional information related to that result (e.g. if the result can be cached or not)
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCanBeCached | Indicates that a given result can be cached or not. | |
| EWorldConditionResultValue | Value | Indicates the result of a condition evaluated for a given context. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FWorldConditionResult
(
const EWorldConditionResultValue Result, |