FRHICommandSetScissorRect

Windows
MacOS
Linux

Inheritance Hierarchy

FRHICommandBase

FRHICommand

FRHICommandSetScissorRect

References

Module

RHI

Header

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

Include

#include "RHICommandList.h"

Syntax

Variables

Name Description

Public variable

bool

 

bEnable

Public variable

uint32

 

MaxX

Public variable

uint32

 

MaxY

Public variable

uint32

 

MinX

Public variable

uint32

 

MinY

Constructors

Name Description

Public function

FRHICommandSetScissorRect

(
    bool InbEnable,
    uint32 InMinX,
    uint32 InMinY,
    uint32 InMaxX,
    uint32 InMaxY
)

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