FRHICommandSetViewport

Windows
MacOS
Linux

Inheritance Hierarchy

FRHICommandBase

FRHICommand

FRHICommandSetViewport

References

Module

RHI

Header

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

Include

#include "RHICommandList.h"

Syntax

Variables

Name Description

Public variable

float

 

MaxX

Public variable

float

 

MaxY

Public variable

float

 

MaxZ

Public variable

float

 

MinX

Public variable

float

 

MinY

Public variable

float

 

MinZ

Constructors

Name Description

Public function

FRHICommandSetViewport

(
    float InMinX,
    float InMinY,
    float InMinZ,
    float InMaxX,
    float InMaxY,
    float InMaxZ
)

Functions

Name Description

Public function

void

 

Execute

(
    FRHICommandListBase& CmdList
)

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