OMNI_MODULE_ON_MODULE_LOAD

Defined in omni/core/ModuleExports.h

OMNI_MODULE_ON_MODULE_LOAD(exp_, fn_)

Registers the plugin’s function who is responsible for advertising the available interface implementations in the plugin.

Parameters
  • exp_ – The omni::core::ModuleExports table in which the entry should be added.

  • fn_ – The plugin’s omni::core::OnModuleLoadFn who is responsible for advertising the plugin’s interface implementations.