Navigation
API > API/Plugins > API/Plugins/Composure
| Name | UEXRFileCompositingOutput |
| Type | class |
| Header File | /Engine/Plugins/Compositing/Composure/Source/Composure/Classes/CompositingElements/CompositingElementOutputs.h |
| Include Path | #include "CompositingElements/CompositingElementOutputs.h" |
Syntax
UCLASS ()
class UEXRFileCompositingOutput : public UCompositingElementOutput
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UCompositingElementPass → UCompositingElementOutput → UEXRFileCompositingOutput
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UEXRFileCompositingOutput() |
CompositingElements/CompositingElementOutputs.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Compression | EExrCompressionOptions | CompositingElements/CompositingElementOutputs.h |
|
|
| FilenameFormat | FString | The format to use for the resulting filename. | CompositingElements/CompositingElementOutputs.h |
|
| OutputDirectiory | FDirectoryPath | CompositingElements/CompositingElementOutputs.h |
|
|
| OutputFrameRate | FFrameRate | CompositingElements/CompositingElementOutputs.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FrameNumber | int32 | CompositingElements/CompositingElementOutputs.h | ||
| SecondsSinceLastCapture | double | CompositingElements/CompositingElementOutputs.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnDisabled_Implementation() |
CompositingElements/CompositingElementOutputs.h | ||
virtual void RelayOutput_Implementation
(
UTexture* FinalResult, |
CompositingElements/CompositingElementOutputs.h | ||
virtual void Reset_Implementation() |
CompositingElements/CompositingElementOutputs.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
CompositingElements/CompositingElementOutputs.h |