Navigation
API > API/Plugins > API/Plugins/SequencerScriptingEditor > API/Plugins/SequencerScriptingEditor/USequencerToolsFunctionLibrary
Description
Attempts to render a sequence to movie based on the specified settings. This will automatically detect if we're rendering via a PIE instance or a new process based on the passed in settings. Will return false if the state is not valid (ie: null or missing required parameters, capture in progress, etc.), true otherwise.
| Name | RenderMovie |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/SequencerScripting/Source/SequencerScriptingEditor/Public/SequencerTools.h |
| Include Path | #include "SequencerTools.h" |
| Source | /Engine/Plugins/MovieScene/SequencerScripting/Source/SequencerScriptingEditor/Private/SequencerTools.cpp |
UFUNCTION (BlueprintCallable, Category="Editor Scripting | Sequencer Tools | Movie Rendering",
Meta=(DeprecatedFunction))
static bool RenderMovie
(
class UMovieSceneCapture * InCaptureSettings,
FOnRenderMovieStopped OnFinishedCallback
)