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 FWorldConditionContextDataRef
Remarks
Describes a reference to context data defined in UWorldConditionSchema. When placed as editable property on a World Condition, allows the user to define which context data to use, and allows quick access of that data via FWorldConditionContext.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8 | Index | ||
| FName | Name |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FWorldConditionContextDataRef
(
const FName InName, |
Functions
Constants
| Name | Description |
|---|---|
| InvalidIndex | Marker for invalid index value. |