Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/FMoviePipelineOutputData
Syntax
UPROPERTY (VisibleAnywhere, BlueprintReadOnly, Category="Movie Pipeline")
TArray < FMovieGraphRenderOutputData > GraphData
Remarks
The file data for each shot that was rendered. If no files were written this will be empty. If this is from the per-shot work finished callback it will only have one entry (for the just finished shot). Will not include shots that did not get rendered due to the pipeline encountering an error.
This will be empty when using the legacy Movie Pipeline Configurations. If a job is a legacy configuration, use ShotData instead, which has a similar layout but with different data types.