FSceneView::SetupViewRectUniformBufferParameters

Sets up the view rect parameters in the view's uniform shader parameters

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/SceneView.h

Include

#include "SceneView.h"

Source

/Engine/Source/Runtime/Engine/Private/SceneView.cpp

Syntax

void SetupViewRectUniformBufferParameters
(
    FViewUniformShaderParameters & ViewUniformShaderParameters,
    const FIntPoint & InBufferSize,
    const FIntRect & InEffectiveViewRect,
    const FViewMatrices & InViewMatrices,
    const FViewMatrices & InPrevViewMatrice
) const

Remarks

Sets up the view rect parameters in the view's uniform shader parameters

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss