This is the documentation for Enlighten.
struct Enlighten Errors PE2005
struct Enlighten::Errors::PE2005
This error indicates that an IPrecompInputSystem has an instance which references a geometry which has not been passed to the function.
Variables
Name | Description |
---|---|
const Geo::s32 Code = 2005 | The error code. |
Geo::GeoGuid m_GeomGuid | The GUID of the IPrecompInputGeometry which is missing. |
Geo::GeoGuid m_InstanceGuid | The GUID of the instance which refers to the missing geom. |
Geo::s32 m_InstanceId | The ID of the instance which refers to the missing geom. |
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. |