Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/Nodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieGraphNode
- UMovieGraphSettingNode
- UMovieGraphFileOutputNode
- UMovieGraphImageSequenceOutputNode
- UMovieGraphImageSequenceOutputNode_BMP
- UMovieGraphImageSequenceOutputNode_JPG
- UMovieGraphImageSequenceOutputNode_PNG
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphImageSequenceOutputNode.h |
| Include | #include "Graph/Nodes/MovieGraphImageSequenceOutputNode.h" |
Syntax
UCLASS&40;Abstract&41;
class UMovieGraphImageSequenceOutputNode : public UMovieGraphFileOutputNode
Remarks
The UMovieGraphImageSequenceOutputNode node is the base class for all image sequence outputs, such as a series of jpeg, png, bmp, or .exr images. Create an instance of the appropriate class (such as UMovieGraphImageSequenceOutputNode_JPG) instead of this abstract base class.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TFuture< void > | FinalizeFence | A fence to keep track of when the Image Write queue has fully flushed. | |
| IImageWriteQueue * | ImageWriteQueue | A pointer to the image write queue used for asynchronously writing images | |
| EImageFormat | OutputFormat | The output format (as known used by the ImageWriteQueue) to output into. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from UMovieGraphFileOutputNode
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| void | |||
| void | OnReceiveImageDataImpl
(
UMovieGraphPipeline* InPipeline, |