UMoviePipeline::Initialize

Initialize the movie pipeline with the specified settings. This kicks off the rendering process.

Windows
MacOS
Linux

References

Module

MovieRenderPipelineCore

Header

/Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipeline.h

Include

#include "MoviePipeline.h"

Source

/Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/MoviePipeline.cpp

Syntax

void Initialize
(
    UMoviePipelineExecutorJob * InJob
)

Remarks

Initialize the movie pipeline with the specified settings. This kicks off the rendering process.

Parameters

Parameter

Description

InJob

This contains settings and sequence to render this Movie Pipeline with.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss