Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphVideoOutputNode
Description
Generates the writer that is responsible for doing the encoding work. The writer will be added to AllWriters. If there was a problem creating the writer, nullptr will be returned and an error will be sent to the log.
| Name | GetOrCreateOutputWriter |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphVideoOutputNode.h |
| Include Path | #include "Graph/Nodes/MovieGraphVideoOutputNode.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/Nodes/MovieGraphVideoOutputNode.cpp |
FMovieGraphCodecWriterWithPromise * GetOrCreateOutputWriter
(
UMovieGraphPipeline * InPipeline,
const UE::MovieGraph::FMovieGraphOutputMergerFrame * InRawFrameData,
FMovieGraphPassData & InRenderPassData,
const TArray < FMovieGraphPassData > & InCompositedPasses
)