Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMoviePipelineQueueEngineSubsyst-
Description
Starts processing the current queue with the supplied executor. This starts an async process which may or may not run in a separate process (or on separate machines), determined by the executor implementation. The executor should report progress for jobs depending on the implementation.
| Name | RenderQueueWithExecutorInstance |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineQueueEngineSubsystem.h |
| Include Path | #include "MoviePipelineQueueEngineSubsystem.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/MoviePipelineQueueEngineSubsystem.cpp |
UFUNCTION (BlueprintCallable, Category="Movie Render Pipeline|Rendering")
void RenderQueueWithExecutorInstance
(
UMoviePipelineExecutorBase * InExecutor
)
Parameters
| Name | Remarks |
|---|---|
| InExecutor | Instance of a subclass of UMoviePipelineExecutorBase. |