Struct SClassInfo#
Defined in File core.h
Struct Documentation#
-
struct SClassInfo#
Class information structure.
Public Types
Public Members
-
sdv::u8string ssDefaultConfig#
The configuration TOML. Currently only “Parameters” table is supported.
-
EObjectType eType#
Type of object.
-
uint32_t uiFlags#
Zero or more object flags from EObjectFlags.
-
u8string ssModulePath
Path to the module that contains the class.
-
u8string ssName
String representing the class name.
-
u8string ssDefaultObjectName
The default object name.
-
u8string ssDefaultConfig
The configuration TOML. Currently only “Parameters” table is supported.
-
uint32 uiFlags
Zero or more object flags from EObjectFlags.
-
sdv::u8string ssDefaultConfig#