This is the documentation for Enlighten.
struct Enlighten Errors PE2007
struct Enlighten::Errors::PE2007
This error indicates that an IPrecompInputSystem has more than one instance with the same m_InstanceGuid.
Instance GUIDs should be unique across the entire scene.
Variables
Name | Description |
---|---|
const Geo::s32 Code = 2007 | The error code. |
Geo::GeoArray< Geo::GeoGuid > m_DuplicateGuids | The list of m_InstanceGuid values which were repeated. |
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_FATAL | The severity of this error. |