Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphDataTypes.h |
| Include | #include "Graph/MovieGraphDataTypes.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FMovieGraphRenderOutputData
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FMovieGraphRenderDataIdentifier, FMovieGraphRenderPassOutputData > | RenderPassData | A mapping between render passes (such as "beauty") and an array containing the files written for that shot. | |
| TWeakObjectPtr< UMoviePipelineExecutorShot > | Shot | Which shot is this output data for. |