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
struct FMovieGraphOutputFutureData
Remarks
Supplemental data to store with a file future so we can retrieve information about what the future was doing once it finishes writing to disk.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMovieGraphRenderDataIdentifier | DataIdentifier | Which render pass is this for? | |
| FString | FilePath | What was the filepath on disk that was generated by the future? | |
| UMoviePipelineExecutorShot * | Shot | Which shot is this for? |
Constructors
| Type | Name | Description | |
|---|---|---|---|