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
struct FWorldConditionDataView
Remarks
View holding a pointer to context data struct or object.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const uint8 * | Memory | Memory pointing at the class or struct | |
| const UStruct * | Struct | UClass or UScriptStruct of the data. | |
| EWorldConditionContextDataType | Type | Type of the context data, copied from the descriptor. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FWorldConditionDataView
(
const EWorldConditionContextDataType InType |
|||
FWorldConditionDataView
(
const UObject* Object, |
UOBJECT() constructor. | ||
FWorldConditionDataView
(
FConstStructView StructView, |
USTRUCT() from a StructView. | ||
FWorldConditionDataView
(
const UScriptStruct* InScriptStruct, |
USTRUCT() constructor. |