UDK 3.2.7 C/C++ API Reference
Public Member Functions | Public Attributes
RTConstValue Class Reference

specifies a helper class for const values. More...

#include <refltype.hxx>

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

RTConstValue::RTConstValue ( ) [inline]

Default constructor.

RTConstValue::~RTConstValue ( ) [inline]

Destructor.


Member Data Documentation

stores the type of the constant value.

stores the value of the constant.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines