OMNI_MODULE_ON_MODULE_STARTED

Defined in omni/core/ModuleExports.h

OMNI_MODULE_ON_MODULE_STARTED(exp_, fn_)

Registers the plugin’s function that will be called once the plugin is loaded. See omni::core::OnModuleStartedFn for threading consideration with this function.

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

  • fn_ – The plugin’s omni::core::OnModuleStartedFn to be called after the plugin is loaded.