ModuleExportEntryGetModuleDependencies#
Fully qualified name: omni::core::ModuleExportEntryGetModuleDependencies
Defined in omni/core/ModuleExports.h
-
struct ModuleExportEntryGetModuleDependencies#
omni::core::ModuleExports entry to register a function to advertise the interface implementations available in the plugin.
Use the helper OMNI_MODULE_GET_MODULE_DEPENDENCIES to add this entry.
Public Functions
- inline ModuleExportEntryGetModuleDependencies(
- const char *t,
- ModuleExportEntryFlag f,
Constructor.
Public Members
-
const char *type#
Unique type name describing the entry.
-
ModuleExportEntryFlag flags#
Special flags for the entry (ex: required).
-
uint32_t byteCount#
Size of the entry in bytes (including the header).
-
GetModuleDependenciesFn *getModuleDependencies#
Module’s dependencies information function.