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 FWorldConditionContextDataDesc
Remarks
Describes context data available for a world conditions. The descriptors are defined in UWorldConditionSchema, and context data is referred using FWorldConditionContextDataRef.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | Name | Name of the context data, which is used together with the type struct to find specific data to use. | |
| TObjectPtr< const UStruct > | Struct | Type of the context data, can be a struct or object. | |
| EWorldConditionContextDataType | Type | Type of the context data, See EWorldConditionContextDataType. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FWorldConditionContextDataDesc
(
const FName InName, |