Navigation
API > API/Plugins > API/Plugins/Composite
Applies an OpenColorIO color transform to the layer input. Typically used for color-space conversion or to apply a view transform.
| Name | UCompositePassOpenColorIO |
| Type | class |
| Header File | /Engine/Plugins/Compositing/Composite/Source/Composite/Public/Passes/CompositePassOpenColorIO.h |
| Include Path | #include "Passes/CompositePassOpenColorIO.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, Blueprintable, EditInlineNew, CollapseCategories,
Meta=(DisplayName="OpenColorIO"))
class UCompositePassOpenColorIO : public UCompositePassBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UCompositePassBase → UCompositePassOpenColorIO
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UCompositePassOpenColorIO
(
const FObjectInitializer& ObjectInitializer |
Constructor | Passes/CompositePassOpenColorIO.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~UCompositePassOpenColorIO() |
Destructor | Passes/CompositePassOpenColorIO.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bInputIsPremultiplied | bool | Set true when the input texture stores premultiplied alpha (RGB already scaled by A). | Passes/CompositePassOpenColorIO.h |
|
| ColorConversionSettings | FOpenColorIOColorConversionSettings | Color conversion settings. | Passes/CompositePassOpenColorIO.h |
|
Functions
Public
Public Virtual
Overridden from UCompositePassBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FCompositeCorePassProxy * GetProxy
(
const UE::CompositeCore::FPassInputDecl& InputDecl, |
Override to return a render-thread proxy for this pass. | Passes/CompositePassOpenColorIO.h |