Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/Nodes > API/Plugins/MovieRenderPipelineCore/Graph/Nodes/UMovieGraphVideoOutputNode
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphVideoOutputNode.h |
| Include | #include "Graph/Nodes/MovieGraphVideoOutputNode.h" |
Syntax
static TArray < FMovieGraphCodecWriterWithPromise > AllWriters;
Remarks
The pipeline generates many instances of the same node throughout its execution; however, some nodes need to have persistent data throughout the pipeline's lifetime. This static data enables the node to have shared data across instances. All writers that are currently being run. There is one writer per filename. There might be multiple writers due to multiple passes being written out.