UDK 3.2.7 C/C++ API Reference
|
Type description for struct types. More...
#include <typedescription.h>
Public Attributes | |
typelib_CompoundTypeDescription | aBase |
Derived from typelib_CompoundTypeDescription. | |
sal_Bool * | pParameterizedTypes |
Flags for direct members, specifying whether they are of parameterized type (true) or explict type (false). |
Type description for struct types.
This is only used to represent plain struct types and instantiated polymorphic struct types; there is no representation of polymorphic struct type templates at this level.
Derived from typelib_CompoundTypeDescription.
Flags for direct members, specifying whether they are of parameterized type (true) or explict type (false).
For a plain struct type, this is a null pointer.