FRHIDepthRenderTargetView

Windows
MacOS
Linux

References

Module

RHI

Header

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

Include

#include "RHIResources.h"

Syntax

class FRHIDepthRenderTargetView

Variables

Constructors

Name Description

Public function

FRHIDepthRenderTargetView()

Public function

FRHIDepthRenderTargetView

(
    FRHITexture* InTexture,
    ERenderTargetLoadAction InLoadActio...,
    ERenderTargetStoreAction InStoreAct...
)

Common case

Public function

FRHIDepthRenderTargetView

(
    FRHITexture* InTexture,
    ERenderTargetLoadAction InLoadActio...,
    ERenderTargetStoreAction InStoreAct...,
    FExclusiveDepthStencil InDepthStenc...
)

Public function

FRHIDepthRenderTargetView

(
    FRHITexture* InTexture,
    ERenderTargetLoadAction InDepthLoad...,
    ERenderTargetStoreAction InDepthSto...,
    ERenderTargetLoadAction InStencilLo...,
    ERenderTargetStoreAction InStencilS...
)

Public function

FRHIDepthRenderTargetView

(
    FRHITexture* InTexture,
    ERenderTargetLoadAction InDepthLoad...,
    ERenderTargetStoreAction InDepthSto...,
    ERenderTargetLoadAction InStencilLo...,
    ERenderTargetStoreAction InStencilS...,
    FExclusiveDepthStencil InDepthStenc...
)

Functions

Name Description

Public function Const

FExclusiveDe...

 

GetDepthStencilAccess()

Accessor to prevent write access to DepthStencilAccess

Public function Const

ERenderTarge...

 

GetStencilStoreAction()

Accessor to prevent write access to StencilStoreAction

Public function Const

void

 

Validate()

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FRHIDepthRenderTargetView& O...
)

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