Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineEditor > API/Plugins/MovieRenderPipelineEditor/UMoviePipelineEditorBlueprintLib-
Description
Create a job from a level sequence. Sets the map as the currently editor world, the author, the sequence and the job name as the sequence name on the new job. Returns the newly created job.
| Name | CreateJobFromSequence |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineEditor/Public/MoviePipelineEditorBlueprintLibrary.h |
| Include Path | #include "MoviePipelineEditorBlueprintLibrary.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineEditor/Private/MoviePipelineEditorBlueprintLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="Movie Render Pipeline")
static UMoviePipelineExecutorJob * CreateJobFromSequence
(
UMoviePipelineQueue * InPipelineQueue,
const ULevelSequence * InSequence
)