Startup

Functions to startup the Connect SDK libraries.

Macros

OMNICONNECTCORE_INIT

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

Functions

bool omni::connect::core::initialized()

Determine if initialization was successful.

bool omni::connect::core::startup()

Perform some one-time initialization.

Functions

bool omni::connect::core::initialized()

Determine if initialization was successful.

Returns

A bool indicating if initialization was successful.

bool omni::connect::core::startup()

Perform some one-time initialization.

This initializes the carb Framework and required carb plugins, sets up default logging, and initializes any optional features that have been enabled.

- If Nucleus features have been enabled and configured, the Omniverse Client Library and Omniverse USD Resolver will be initialized.
- If Python features have been enabled, and the Python interpreter has been configured, it will be initialized.

Returns

A bool indicating if startup was successful.