Navigation
API > API/Plugins > API/Plugins/Composure
| Name | UCompositingElementOutput |
| Type | class |
| Header File | /Engine/Plugins/Compositing/Composure/Source/Composure/Classes/CompositingElements/CompositingElementPasses.h |
| Include Path | #include "CompositingElements/CompositingElementPasses.h" |
Syntax
UCLASS (BlueprintType, Blueprintable, Abstract)
class UCompositingElementOutput : public UCompositingElementPass
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UCompositingElementPass → UCompositingElementOutput
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RelayOutput
(
UTexture* FinalResult, |
CompositingElements/CompositingElementPasses.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RelayOutput
(
UTexture* FinalResult, |
CompositingElements/CompositingElementPasses.h |
|