|
My Project
UDK 3.2.7 C/C++ API Reference
|
Type description of an array. More...
#include <typedescription.h>
Public Attributes | |
| typelib_IndirectTypeDescription | aBase |
| inherits all members of typelib_IndirectTypeDescription | |
| sal_Int32 | nDimensions |
| number of dimensions | |
| sal_Int32 | nTotalElements |
| number of total array elements | |
| sal_Int32 * | pDimensions |
| array of dimensions | |
Type description of an array.
| typelib_IndirectTypeDescription _typelib_ArrayTypeDescription::aBase |
inherits all members of typelib_IndirectTypeDescription
| sal_Int32 _typelib_ArrayTypeDescription::nDimensions |
number of dimensions
| sal_Int32 _typelib_ArrayTypeDescription::nTotalElements |
number of total array elements
| sal_Int32* _typelib_ArrayTypeDescription::pDimensions |
array of dimensions
1.8.1.2