Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphVideoOutputNode
| Name | FMovieGraphCodecWriterWithPromise |
| Type | struct |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphVideoOutputNode.h |
| Include Path | #include "Graph/Nodes/MovieGraphVideoOutputNode.h" |
Syntax
struct FMovieGraphCodecWriterWithPromise
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMovieGraphCodecWriterWithPromise
(
TUniquePtr< MovieRenderGraph::IVideoCodecWriter >&& InWriter, |
Graph/Nodes/MovieGraphVideoOutputNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CodecWriter | TUniquePtr< MovieRenderGraph::IVideoCodecWriter > | The codec writer. | Graph/Nodes/MovieGraphVideoOutputNode.h | |
| NodeType | UClass * | The type of node associated with this writer. | Graph/Nodes/MovieGraphVideoOutputNode.h | |
| Promise | TPromise< bool > | The promise that is provided to the pipeline that specifies whether or not the writer has finished. | Graph/Nodes/MovieGraphVideoOutputNode.h |