Navigation
API > API/Plugins > API/Plugins/SequencerScriptingEditor > API/Plugins/SequencerScriptingEditor/USequencerToolsFunctionLibrary
Deprecated * SequencerTools::RenderMovie has been deprecated, please use Movie Render Queue
References
Module | SequencerScriptingEditor |
Header | /Engine/Plugins/MovieScene/SequencerScripting/Source/SequencerScriptingEditor/Public/SequencerTools.h |
Include | #include "SequencerTools.h" |
Source | /Engine/Plugins/MovieScene/SequencerScripting/Source/SequencerScriptingEditor/Private/SequencerTools.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"Editor Scripting &124; Sequencer Tools &124; Movie Rendering",
Meta&61;&40;DeprecatedFunction&41;&41;
static bool RenderMovie
&40;
class UMovieSceneCapture &42; InCaptureSettings,
FOnRenderMovieStopped OnFinishedCallback
&41;
Remarks
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.