The type that the value is stored as. This type should be inspected to determine how to read the m_value member
Gets the data value as a 4-byte float
The data value as a 4-byte float
Error_BadDataType: The type in which the value was stored could not be converted to a 4-byte float
Gets the data value as an 8-byte double
The data value as an 8-byte double
Error_BadDataType: The type in which the value was stored could not be converted to an 8-byte double
Gets the data value as a 1-byte unsigned integer
The data value as a 1-byte unsigned integer
Error_BadDataType: The type in which the value was stored could not be converted to a 1-byte unsigned integer
Gets the data value as a 2-byte unsigned integer
The data value as a 2-byte unsigned integer
Error_BadDataType: The type in which the value was stored could not be converted to a 2-byte unsigned integer
Gets the data value as a 4-byte unsigned integer
The data value as a 4-byte unsigned integer
Error_BadDataType: The type in which the value was stored could not be converted to a 4-byte unsigned integer
Gets the data value as a 2-byte signed integer
The data value as a 2-byte signed integer
Error_BadDataType: The type in which the value was stored could not be converted to a 2-byte signed integer
Gets the data value as a 4-byte signed integer
The data value as a 4-byte signed integer
Error_BadDataType: The type in which the value was stored could not be converted to a 4-byte signed integer
Gets the data value as a 1-byte boolean
The data value as a boolean
Error_BadDataType: The type in which the value was stored could not be converted to a bool
Gets the data value as a string
A string representing the data value. This will be created using the value's current valueType. So a value stored as a float will return a string as so: "1.2345".
Error_BadDataType: The type to string conversion is not supported by this function