Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphCommandLineEncoderNod-
Description
Generates the temporary video and audio input files that will be passed to the encoder process. These inputs typically contain a list of the files (eg, image files) that will be used in the encode process.
| Name | GenerateTemporaryEncoderInputFiles |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphCommandLineEncoderNode.h |
| Include Path | #include "Graph/Nodes/MovieGraphCommandLineEncoderNode.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/Nodes/MovieGraphCommandLineEncoderNode.cpp |
void GenerateTemporaryEncoderInputFiles
(
const FEncoderParams & InParams,
TArray < FString > & OutVideoInputFilePaths,
TArray < FString > & OutAudioInputFilePaths
) const