::

enum typereg_Version


Summary
The version of a binary blob that represents a UNOIDL type.
Description

All values between TYPEREG_VERSION_0 and TYPEREG_MAX_VERSION are valid, where currently unallocated values represent future versions. Negative values are not valid.

See Also
typereg::Reader
typereg::Writer
Since
UDK 3.2.0

Values

TYPEREG_VERSION_0
Summary
Denotes the original version of UNOIDL type blobs.
TYPEREG_VERSION_1
Summary
Denotes the updated version of UNOIDL type blobs.
Description

This version added support for multiple-inheritance interface types, extended interface type attributes, single-interface–based services, interface-based singletons, polymorphic struct types, and published entities.

TYPEREG_MAX_VERSION
Summary
Denotes the maximum future version of UNOIDL type blobs.

Top of Page