FResolveParams

Windows
MacOS
Linux

References

Module

RHI

Header

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

Include

#include "RHI.h"

Syntax

struct FResolveParams

Variables

Name Description

Public variable

ECubeFace

 

CubeFace

Used to specify face when resolving to a cube map texture

Public variable

int32

 

DestArrayIndex

Array index to resolve in the dest.

Public variable

FResolveRect

 

DestRect

Public variable

int32

 

MipIndex

The mip index to resolve in both source and dest.

Public variable

FResolveRect

 

Rect

Resolve RECT bounded by [X1,Y1]..[X2,Y2]. Or -1 for fullscreen

Public variable

int32

 

SourceArrayIndex

Array index to resolve in the source.

Constructors

Name Description

Public function

FResolveParams

(
    const FResolveParams& Other
)

Public function

FResolveParams

(
    const FResolveRect& InRect,
    ECubeFace InCubeFace,
    int32 InMipIndex,
    int32 InSourceArrayIndex,
    int32 InDestArrayIndex,
    const FResolveRect& InDestRect
)

Constructor

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