Struct CInstallManifest::SComponent#
Defined in File installation_manifest.h
Nested Relationships#
This struct is a nested type of Class CInstallManifest.
Struct Documentation#
-
struct SComponent
Manifest information belonging to the component.
Public Types
Public Members
-
std::filesystem::path pathRelModule
Relative module path (relative to the installation directory).
-
std::string ssManifest
Component manifest.
-
std::string ssClassName
String representing the class name.
-
std::string ssDefaultObjectName
The default object name.
-
sdv::EObjectType eType
Type of object.
-
uint32_t uiFlags
Zero or more object flags from EObjectFlags.
-
std::filesystem::path pathRelModule