FRHIRenderTargetView

Windows
MacOS
Linux

References

Module

RHI

Header

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

Include

#include "RHIResources.h"

Syntax

class FRHIRenderTargetView

Variables

Name Description

Public variable

uint32

 

ArraySliceIndex

Array slice or texture cube face.

Public variable

ERenderTargetLo...

 

LoadAction

Public variable

uint32

 

MipIndex

Public variable

ERenderTargetSt...

 

StoreAction

Public variable

FRHITexture ...

 

Texture

Constructors

Name Description

Public function

FRHIRenderTargetView()

Public function

FRHIRenderTargetView

(
    const FRHIRenderTargetView& Other
)

Public function

FRHIRenderTargetView

(
    FRHITexture* InTexture,
    ERenderTargetLoadAction InLoadActio...
)

Common case

Public function

FRHIRenderTargetView

(
    FRHITexture* InTexture,
    ERenderTargetLoadAction InLoadActio...,
    uint32 InMipIndex,
    uint32 InArraySliceIndex
)

Common case

Public function

FRHIRenderTargetView

(
    FRHITexture* InTexture,
    uint32 InMipIndex,
    uint32 InArraySliceIndex,
    ERenderTargetLoadAction InLoadActio...,
    ERenderTargetStoreAction InStoreAct...
)

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FRHIRenderTargetView& 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