AddClearRenderTargetPass

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

AddClearRenderTargetPass

(
    FRDGBuilder& GraphBuilder,
    FRDGTextureRef Texture
)

Adds a render graph pass to clear a render target to its clear value.

Public function

void

 

AddClearRenderTargetPass

(
    FRDGBuilder& GraphBuilder,
    FRDGTextureRef Texture,
    const FLinearColor& ClearColor
)

Adds a render graph pass to clear a render target.

Public function

void

 

AddClearRenderTargetPass

(
    FRDGBuilder& GraphBuilder,
    FRDGTextureRef Texture,
    const FLinearColor& ClearColor,
    FIntRect Viewport
)

Adds a render graph pass to clear a render target. Draws a quad to the requested viewport.

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