Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

struct Enlighten::Errors::PE5001

This error indicates that the number of probes in an octree exceeds 2^24.

The probe octree [name] generates too many probes. To prevent this error, either reduce the size of the probe regions, group the probe regions into fewer zones, or reduce the probe resolution.

Variables

NameDescription
const Geo::s32 Code = 5001

The error code. ///< The error code.

Geo::GeoFileString m_ProbeOctreeName

The name of the octree in error.

const Geo::eGeoErrorSeverity Severity = Geo::ES_FATAL

The severity of this error.

Functions

NameDescription
Message()

Return the error message.


Anchor
af667b43d2644fefdc64f3cc26fd85f67
af667b43d2644fefdc64f3cc26fd85f67

Geo::GeoFileString Enlighten::Errors::PE5001::Message

...

public: Geo::GeoFileString Message() const

...

Return the error message.