IRHICommandContext::RHISetViewport

Windows
MacOS
Linux

Override Hierarchy

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/RHIContext.h

Include

#include "RHIContext.h"

Syntax

void RHISetViewport
(
    float MinX,
    float MinY,
    float MinZ,
    float MaxX,
    float MaxY,
    float MaxZ
)

Parameters

Parameter

Description

MinX

including like Win32 RECT

MinY

including like Win32 RECT

MaxX

excluding like Win32 RECT

MaxY

excluding like Win32 RECT

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