Union UDataValue¶
#include <SimulationRuntimeApi.h>
Public Attributes¶
| Type | Name |
|---|---|
| bool | Bool |
| CHAR | Char |
| double | Double |
| float | Float |
| INT16 | Int16 |
| INT32 | Int32 |
| INT64 | Int64 |
| INT8 | Int8 |
| UINT16 | UInt16 |
| UINT32 | UInt32 |
| UINT64 | UInt64 |
| UINT8 | UInt8 |
| WCHAR | WChar |
Public Attributes Documentation¶
variable Bool¶
bool UDataValue::Bool;
variable Char¶
CHAR UDataValue::Char;
variable Double¶
double UDataValue::Double;
variable Float¶
float UDataValue::Float;
variable Int16¶
INT16 UDataValue::Int16;
variable Int32¶
INT32 UDataValue::Int32;
variable Int64¶
INT64 UDataValue::Int64;
variable Int8¶
INT8 UDataValue::Int8;
variable UInt16¶
UINT16 UDataValue::UInt16;
variable UInt32¶
UINT32 UDataValue::UInt32;
variable UInt64¶
UINT64 UDataValue::UInt64;
variable UInt8¶
UINT8 UDataValue::UInt8;
variable WChar¶
WCHAR UDataValue::WChar;