Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/UMovieGraphPipeline
Syntax
UPROPERTY (Transient)
TObjectPtr < UMoviePipelineExecutorJob > CurrentJobDuplicate
Remarks
This is the duplicated job, parented to the Transient package. The shots inside have been duplicated as well, and their graph configurations duplicated. Graph configurations are assets and scripting may want to modify them, or it may want to modify the variables in a job, so we have to duplicate both to allow a cleanly mutable version for scripting.