Navigation
API > API/Plugins > API/Plugins/OpenColorIO
Interface for the OpenColorIO module.
| Name | IOpenColorIOModule |
| Type | class |
| Header File | /Engine/Plugins/Compositing/OpenColorIO/Source/OpenColorIO/Public/IOpenColorIOModule.h |
| Include Path | #include "IOpenColorIOModule.h" |
Syntax
class IOpenColorIOModule : public IModuleInterface
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOpenColorIODisplayManager & GetDisplayManager() |
Returns the collections of ocio display look currently in play | IOpenColorIOModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IOpenColorIOModule & Get () |
Singleton-like access to this module's interface. | IOpenColorIOModule.h | |
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | IOpenColorIOModule.h |