26 static const FName ModuleName =
"OpenColorIOWrapper";
27 return FModuleManager::LoadModuleChecked<IOpenColorIOWrapperModule>(ModuleName);
37 static const FName ModuleName =
"OpenColorIOWrapper";
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define DECLARE_LOG_CATEGORY_EXTERN(CategoryName, DefaultVerbosity, CompileTimeVerbosity)
Definition LogMacros.h:361
CORE_API bool IsModuleLoaded(const FName InModuleName) const
Definition ModuleManager.cpp:347
static CORE_API FModuleManager & Get()
Definition ModuleManager.cpp:199
Definition NameTypes.h:617
Definition ModuleInterface.h:14
Definition OpenColorIOWrapperModule.h:16
static bool IsAvailable()
Definition OpenColorIOWrapperModule.h:35
virtual ~IOpenColorIOWrapperModule()=default
static IOpenColorIOWrapperModule & Get()
Definition OpenColorIOWrapperModule.h:24