A3DEProductLoadStatus

enum A3DEProductLoadStatus

Load status of the PRC model file.

2.1

Enumerators

enumerator kA3DProductLoadStatusUnknown
kA3DProductLoadStatusUnknown = 0

Unknown status.

enumerator kA3DProductLoadStatusError
kA3DProductLoadStatusError

Loading error.

For example, there is a missing file.

enumerator kA3DProductLoadStatusNotLoaded
kA3DProductLoadStatusNotLoaded

Not loaded.

enumerator kA3DProductLoadStatusNotLoadable
kA3DProductLoadStatusNotLoadable

Not loadable.

For example, limitations exist that prevent the product from loading.

enumerator kA3DProductLoadStatusLoaded
kA3DProductLoadStatusLoaded

The product was successfully loaded.