A3DEProductLoadStatus

enum A3DEProductLoadStatus

Load status of the PRC model file.

2.1
enumerator kA3DProductLoadStatusUnknown = 0

Unknown status.

enumerator kA3DProductLoadStatusError

Loading error.

For example, there is a missing file.

enumerator kA3DProductLoadStatusNotLoaded

Not loaded.

enumerator kA3DProductLoadStatusNotLoadable

Not loadable.

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

enumerator kA3DProductLoadStatusLoaded

The product was successfully loaded.