Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineRenderPasses
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMoviePipelineSetting
- UMoviePipelineOutputBase
- UMoviePipelineImageSequenceOutputBase
- UMoviePipelineImageSequenceOutput_BMP
- UMoviePipelineImageSequenceOutput_EXR
- UMoviePipelineImageSequenceOutput_JPG
- UMoviePipelineImageSequenceOutput_PNG
References
| Module | MovieRenderPipelineRenderPasses |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineRenderPasses/Public/MoviePipelineImageSequenceOutput.h |
| Include | #include "MoviePipelineImageSequenceOutput.h" |
Syntax
UCLASS&40;Blueprintable, Abstract&41;
class UMoviePipelineImageSequenceOutputBase : public UMoviePipelineOutputBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| IImageWriteQueue * | ImageWriteQueue | A pointer to the image write queue used for asynchronously writing images | |
| EImageFormat | OutputFormat | The format of the image to write out |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool |
Overridden from UMoviePipelineOutputBase
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| bool | |||
| void | OnReceiveImageDataImpl
(
FMoviePipelineMergerOutputFrame* InMergedOutputFrame |
||
| void | OnShotFinishedImpl
(
const UMoviePipelineExecutorShot* InShot, |
Overridden from UMoviePipelineSetting
| Type | Name | Description | |
|---|---|---|---|
| void | GetFormatArguments
(
FMoviePipelineFormatArgs& InOutFormatArgs |
Return Key/Value pairs that you wish to be usable in the Output File Name format string or file metadata. |