Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphVideoOutputNode
Description
Generates a "stable" and "final" filename for a writer. The stable filename has not been put through a de-duplication procedure (ie, it might reference an existing file on disk). The final filename is what will be written to disk and will not reference an existing filename on disk (unless the user has specified that overwriting existing files is ok).
| Name | GetOutputFilePaths |
| 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 |
void GetOutputFilePaths
(
const UMovieGraphPipeline * InPipeline,
const UE::MovieGraph::FMovieGraphOutputMergerFrame * InRawFrameData,
FMovieGraphPassData & InRenderPassData,
const TArray < FMovieGraphPassData > & InCompositedPasses,
FString & OutFinalFilePath,
FString & OutStableFilePath
)