Navigation
Unreal Engine C++ API Reference > Plugins > MovieRenderPipelineCore > UMoviePipelineExecutorBase
Syntax
UPROPERTY&40;BlueprintAssignable, Category&61;"Movie Render Pipeline"&41;
FOnMoviePipelineExecutorErrored OnExecutorErroredDelegate
Remarks
Called when an individual job reports a warning/error. Jobs are considered fatal if the severity was bad enough to abort the job (missing sequence, write failure, etc.)
Exposed for Blueprints/Python. Called at the same time as the native one.