Navigation
API > API/Plugins > API/Plugins/Composure > API/Plugins/Composure/CompositingElements
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCompositingElementPass
- UCompositingElementOutput
- UColorConverterOutputPass
- UCompositingMediaCaptureOutput
- UPlayerViewportCompositingOutput
References
| Module | Composure |
| Header | /Engine/Plugins/Compositing/Composure/Source/Composure/Classes/CompositingElements/CompositingElementOutputs.h |
| Include | #include "CompositingElements/CompositingElementOutputs.h" |
Syntax
UCLASS (Abstract)
class UColorConverterOutputPass :
public UCompositingElementOutput ,
public ICompEditorImagePreviewInterface
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UCompositingElementTransform > | ColorConverter | ||
| TSubclassOf< UCompositingElementTransform > | DefaultConverterClass | ||
| TObjectPtr< UTexture > | PreviewResult |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UTexture * | ApplyColorTransform
(
UTexture* RenderResult, |
||
| UTexture * | ApplyColorTransform
(
UTexture* RenderResult, |
||
| UTexture * | ApplyColorTransform
(
UTexture* RenderResult, |
||
| void | |||
| void | OnFrameBegin_Implementation
(
bool bCameraCutThisFrame |
||
| void |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |
Overridden from ICompEditorImagePreviewInterface
| Type | Name | Description | |
|---|---|---|---|
| UTexture * | |||
| bool |