This is the documentation for Enlighten.

struct Enlighten Errors PE2012

struct Enlighten::Errors::PE2012

This warning indicates that an IPrecompInputSystem has an instance which does not have a valid m_InstanceGuid.

Instance GUIDs are required for using several Enlighten features so it is recommended to set them.

Variables

Name Description
const Geo::s32 Code = 2012

The error code.

Geo::s32 m_InstanceId

The ID of the instance which does not have a GUID set.

Geo::GeoGuid m_SystemGuid

The GUID of the IPrecompInputSystem in error.

Geo::GeoFileString m_SystemName

The name of the IPrecompInputSystem in error.

const Geo::eGeoErrorSeverity Severity = Geo::ES_WARNING

The severity of this error.