This is the documentation for Enlighten.
struct Enlighten Errors PE2011
struct Enlighten::Errors::PE2011
This error indicates that an IPrecompInputSystem refers to an IPrecompPackedGeometry which does not have a required data block.
When deserialising the IPrecompPackedGeometry make sure to load the required block.
Variables
Name | Description |
---|---|
const Geo::s32 Code = 2011 | The error code. |
Geo::GeoFileString m_BlockName | The name of the missing data block. |
Geo::GeoGuid m_GeomGuid | The GUID of the IPrecompPackedGeometry. Note this will not be available if the missing data block is the 'InputGeometry' block. |
Geo::GeoFileString m_GeomName | The name of the IPrecompPackedGeometry. Note this will not be available if the missing data block is the 'InputGeometry' block. |
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. |