My Project
UDK 3.2.7 C/C++ API Reference
|
specifies a helper class for const values. More...
#include <refltype.hxx>
Public Member Functions | |
RTConstValue () | |
Default constructor. | |
~RTConstValue () | |
Destructor. |
Public Attributes | |
RTValueType | m_type |
stores the type of the constant value. | |
RTConstValueUnion | m_value |
stores the value of the constant. |
specifies a helper class for const values.
This class is used for easy handling of constants or enum values as fields in binary type blob.
|
inline |
Default constructor.
|
inline |
Destructor.
RTValueType RTConstValue::m_type |
stores the type of the constant value.
RTConstValueUnion RTConstValue::m_value |
stores the value of the constant.