Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineRenderPasses > API/Plugins/MovieRenderPipelineRenderPasses/FMovieGraphDeferredPass
Description
Computes the projection matrix jitter amount for the current sample. Override to provide a custom jitter.
| Name | ComputeProjectionMatrixJitter |
| 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 |
virtual FVector2D ComputeProjectionMatrixJitter
(
const FVector2D & InDefaultJitter,
const FIntPoint & InBackbufferResolution
) const