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
- manager – A pointer to the ExtensionManager 
- extFullName – The full extension name as required by ExtensionManager::fetchExtensionVersions() 
 
- Returns
- trueif the extension is enabled (that is if getEnabledExtensionId() would return a non-- nullptrvalue);- falseif the extension is not found or not enabled