isExtensionEnabled#

Fully qualified name: omni::ext::isExtensionEnabled

Defined in omni/ext/ExtensionsUtils.h

inline bool omni::ext::isExtensionEnabled(
ExtensionManager *manager,
const char *extFullName,
)#

Helper function to check if an extension is enabled by name.

Parameters:
Returns:

true if the extension is enabled (that is if getEnabledExtensionId() would return a non-nullptr value); false if the extension is not found or not enabled