Navigation
API > API/Developer > API/Developer/OpenColorIOWrapper
Inheritance Hierarchy
- IModuleInterface
- IOpenColorIOWrapperModule
References
| Module | OpenColorIOWrapper |
| Header | /Engine/Source/Developer/OpenColorIOWrapper/Public/OpenColorIOWrapperModule.h |
| Include | #include "OpenColorIOWrapperModule.h" |
Syntax
class IOpenColorIOWrapperModule : public IModuleInterface
Remarks
Interface for the OpenColorIO module.
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| IOpenColorIOWrapperModule & | Get () |
Singleton-like access to this module's interface. | |
| FOpenColorIOWrapperEngineConfig & | Returns a minimal dynamically-created native config for engine (working color spaces) conversions. | ||
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. |