Navigation
Unreal Engine C++ API Reference > Developer > OpenColorIOWrapper
Inheritance Hierarchy
References
Module | OpenColorIOWrapper |
Header | /Engine/Source/Developer/OpenColorIOWrapper/Public/OpenColorIOWrapperModule.h |
Include | #include "OpenColorIOWrapperModule.h" |
Syntax
class IOpenColorIOWrapperModule : public [IModuleInterface](API\Runtime\Core\Modules\IModuleInterface)
Remarks
Interface for the OpenColorIO module.
Destructors
Type | Name | Description |
---|---|---|
~IOpenColorIOWrapperModule () | Virtual destructor |
Functions
Type | Name | Description |
---|---|---|
IOpenColorIO... | Get () | Singleton-like access to this module's interface. |
FOpenColorIO... | GetEngineBuiltInConfig () | 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. |