DefaultLocalExecutor

When the user uses the UI to request we render a movie locally, which implementation should we use to execute the queue of things they want rendered.

Windows
MacOS
Linux

Syntax

[UPROPERTY](Programming/UnrealArchitecture/Reference/Properties)(Config, EditAnywhere, BlueprintReadWrite, Category="Movie Render Pipeline")
TSubclassOf< UMoviePipelineExecutorBase > DefaultLocalExecutor

Remarks

When the user uses the UI to request we render a movie locally, which implementation should we use to execute the queue of things they want rendered. This allows you to implement your own executor which does different logic. See UMoviePipelineExecutorBase for more information. This is used for the Render button on the UI.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss