Navigation
API > API/Runtime > API/Runtime/OpenColorIOWrapper
Interface for the OpenColorIO module.
| Name | IOpenColorIOWrapperModule |
| Type | class |
| Header File | /Engine/Source/Runtime/OpenColorIOWrapper/Public/OpenColorIOWrapperModule.h |
| Include Path | #include "OpenColorIOWrapperModule.h" |
Syntax
class IOpenColorIOWrapperModule : public IModuleInterface
Implements Interfaces
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IOpenColorIOWrapperModule() |
Virtual destructor | OpenColorIOWrapperModule.h |
Functions
Public
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IOpenColorIOWrapperModule & Get () |
Singleton-like access to this module's interface. | OpenColorIOWrapperModule.h | |
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | OpenColorIOWrapperModule.h |