FResolveRect

Windows
MacOS
Linux

References

Module

RHI

Header

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

Include

#include "RHI.h"

Syntax

struct FResolveRect

Variables

Name Description

Public variable

int32

 

X1

Public variable

int32

 

X2

Public variable

int32

 

Y1

Public variable

int32

 

Y2

Constructors

Name Description

Public function

FResolveRect

(
    const FResolveRect& Other
)

Public function

FResolveRect

(
    FIntRect Other
)

Public function

FResolveRect

(
    int32 InX1,
    int32 InY1,
    int32 InX2,
    int32 InY2
)

E.g. for a a full 256 x 256 area starting at (0, 0) it would be the values would be 0, 0, 256, 256

Functions

Name Description

Public function Const

bool

 

IsValid()

Operators

Name Description

Public function Const

bool

 

operator!=

(
    FResolveRect Other
)

Public function Const

bool

 

operator==

(
    FResolveRect Other
)

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