OMNICONNECTCORE_INIT

Defined in omni/connect/core/Core.h

OMNICONNECTCORE_INIT(...)

Initializes the Omniverse Carbonite Framework and the Connect SDK Core library.

This macro should be called exactly once at runtime from any client connector library or application that needs to emit OMNI_LOG messages or use any other Carbonite plugins. It should be used in conjunction with a static call to OMNI_APP_GLOBALS() to setup defaults.

If this macro is called, there is no need to call omni::connect::core::startup(). The result of startup() can be checked by calling omni::connect::core::initialized() or calling startup() again.