Navigation
API > API/Plugins > API/Plugins/Composure > API/Plugins/Composure/CompositingElements
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCompositingElementPass
- UCompositingElementOutput
- UColorConverterOutputPass
- UCompositingMediaCaptureOutput
References
| Module | Composure |
| Header | /Engine/Plugins/Compositing/Composure/Source/Composure/Classes/CompositingElements/CompositingElementOutputs.h |
| Include | #include "CompositingElements/CompositingElementOutputs.h" |
Syntax
UCLASS ()
class UCompositingMediaCaptureOutput : public UColorConverterOutputPass
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UMediaOutput > | CaptureOutput |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsCapturing () |
||
| void | |||
| void | RelayOutput_Implementation
(
UTexture* FinalResult, |
||
| bool | StartCapture
(
UTextureRenderTarget2D* RenderTarget |
||
| void | StopCapture () |
Overridden from UColorConverterOutputPass
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |