Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineRenderPasses > API/Plugins/MovieRenderPipelineRenderPasses/FMovieGraphDeferredPass
Description
Populates the standard per-layer/per-view metadata (camera matrices, location/rotation, cine-camera attributes, blended PP settings) shared by all deferred-style passes. Derived passes that build their own SampleState should call this so their layers carry the same camera/view metadata as stock deferred passes.
| Name | WritePerViewMetadata |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineRenderPasses/Public/Graph/Renderers/MovieGraphDeferredPass.h |
| Include Path | #include "Graph/Renderers/MovieGraphDeferredPass.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineRenderPasses/Private/Graph/Renderers/MovieGraphDeferredPass.cpp |
static void WritePerViewMetadata
(
TMap < FString , FString > & InOutMetadata,
const FSceneView & InView,
const FSceneViewInitOptions & InViewInitOptions,
const UE::MovieGraph::DefaultRenderer::FCameraInfo & InCameraInfo,
const FMovieGraphRenderDataIdentifier & InIdentifier
)