DefaultExecutorJob

Which Job class should we create by default when adding a job? This allows you to make custom jobs that will have editable properties in the UI for special handling with your executor.

Windows
MacOS
Linux

Syntax

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

Remarks

Which Job class should we create by default when adding a job? This allows you to make custom jobs that will have editable properties in the UI for special handling with your executor. This can be made dynamic if you add jobs to the queue programatically instead of through 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