Render Queue with Executor

Render Queue with Executor

Choose your operating system:

Windows

macOS

Linux

Starts processing the current queue with the supplied executor class. 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.

Target is Movie Pipeline Queue Engine Subsystem

Render Queue with Executor
Target
Select Asset
In Executor Type
Select Class
Return Value
Select Asset

Inputs

In
Exec
Target
Movie Pipeline Queue Engine Subsystem Object Reference
In Executor Type
Movie Pipeline Executor Base Class Reference

A subclass of UMoviePipelineExecutorBase. An instance of this class is created and started.

Outputs

Out
Exec
Return Value
Movie Pipeline Executor Base Object Reference

A pointer to the instance of the class created. This instance will be kept alive by the Queue Subsystem until it has finished (or been canceled). Register for progress reports and various callbacks on this instance.