Navigation
Unreal Engine C++ API Reference > Plugins > MovieRenderPipelineCore > UMoviePipelineExecutorJob
References
Module | MovieRenderPipelineCore |
Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineQueue.h |
Include | #include "MoviePipelineQueue.h" |
UFUNCTION&40;BlueprintCallable, BlueprintNativeEvent, Category&61;"Movie Render Pipeline"&41;
void OnDuplicated&40;&41;
Remarks
Should be called to clear status and user data after duplication so that jobs stay unique and don't pick up ids or other unwanted behavior from the pareant job.
For C++ implementations override `virtual bool OnDuplicated_Implementation() override_ For Python/BP implementations override .ufunction(override=True) def on_duplicated(self):