UDK 3.2.7 C/C++ API Reference
Public Attributes
_typelib_StructTypeDescription Struct Reference

Type description for struct types. More...

#include <typedescription.h>

List of all members.

Public Attributes

typelib_CompoundTypeDescription aBase
 Derived from typelib_CompoundTypeDescription.
sal_BoolpParameterizedTypes
 Flags for direct members, specifying whether they are of parameterized type (true) or explict type (false).

Detailed Description

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.

Since:
UDK 3.2.0

Member Data Documentation

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.


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