Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
A collection of all of the data needed to produce the one output frame on disk. This holds all of the pixel data associated with the output frame at once, so we can pass it to our image writing/video encoders in one go, to ensure we can do things like Multilayer EXRs which embed all of the render passes inside of one file.
| Name | FMovieGraphOutputMergerFrame |
| Type | struct |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphDataTypes.h |
| Include Path | #include "Graph/MovieGraphDataTypes.h" |
Syntax
struct FMovieGraphOutputMergerFrame
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMovieGraphOutputMergerFrame() |
Graph/MovieGraphDataTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EvaluatedConfig | TStrongObjectPtr< UMovieGraphEvaluatedConfig > | The configuraton file that was being used by this frame during submission. | Graph/MovieGraphDataTypes.h | |
| ExpectedRenderPasses | TArray< FMovieGraphRenderDataIdentifier > | An array of expected data identifiers this frame. | Graph/MovieGraphDataTypes.h | |
| FileMetadata | TMap< FString, FString > | Additional metadata to be added to the output (if supported by the output container). | Graph/MovieGraphDataTypes.h | |
| ImageOutputData | TMap< FMovieGraphRenderDataIdentifier, TUniquePtr< FImagePixelData > > | Stores the actual pixel data for each render pass. | Graph/MovieGraphDataTypes.h | |
| NodeInstanceToPayloads | TMap< const UMovieGraphFileOutputNode *, TArray< UE::MovieGraph::FMovieGraphSampleState * > > | Specifies which payloads will be written from a specific output node instance. | Graph/MovieGraphDataTypes.h | |
| TraversalContext | FMovieGraphTraversalContext | Traversal context for the Movie Pipeline that isn't layer specific. | Graph/MovieGraphDataTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMovieGraphRenderDataValidationInfo GetValidationInfo
(
const FMovieGraphRenderDataIdentifier& InRenderID, |
Get filename token validation info from the (expected) render passes. | Graph/MovieGraphDataTypes.h |