FReadSurfaceDataFlags

To customize the RHIReadSurfaceData() output

Windows
MacOS
Linux

References

Module

RHI

Header

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

Include

#include "RHI.h"

Syntax

class FReadSurfaceDataFlags

Remarks

To customize the RHIReadSurfaceData() output

Constructors

Name Description

Public function

FReadSurfaceDataFlags

(
    ERangeCompressionMode InCompression...,
    ECubeFace InCubeFace
)

Functions

Name Description

Public function Const

float

 

ComputeNormalizedDepth

(
    float DeviceZ
)

Public function Const

int32

 

GetArrayIndex()

Public function Const

ERangeCompre...

 

GetCompressionMode()

Public function Const

ECubeFace

 

GetCubeFace()

Public function Const

uint32

 

GetGPUIndex()

Public function Const

bool

 

GetLinearToGamma()

Public function Const

uint8

 

GetMip()

Public function Const

bool

 

GetOutputStencil()

Public function

void

 

SetArrayIndex

(
    int32 InArrayIndex
)

Public function

void

 

SetGPUIndex

(
    uint32 InGPUIndex
)

Public function

void

 

SetLinearToGamma

(
    bool Value
)

Public function

void

 

SetMaxDepthRange

(
    float Value
)

Public function

void

 

SetMip

(
    uint8 InMipLevel
)

Public function

void

 

SetOutputStencil

(
    bool Value
)

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