Navigation
API > API/Plugins > API/Plugins/OpenColorIO
References
| Module | OpenColorIO |
| Header | /Engine/Plugins/Compositing/OpenColorIO/Source/OpenColorIO/Public/OpenColorIORendering.h |
| Include | #include "OpenColorIORendering.h" |
Syntax
struct FOpenColorIORenderPassResources
Remarks
Resources needed by the FOpenColorIORendering pass function.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOpenColorIOTransformResource * | ShaderResource | Color transform pass (generated) shader. | |
| TSortedMap< int32, FTextureResource * > | TextureResources | Collection of LUT textures needed by the shader. | |
| FString | TransformName | Color transform string description. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsValid () |
Resources are valid when the shader resource is not null. |