DrawClearQuad

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

DrawClearQuad

(
    FRHICommandList& RHICmdList,
    const FLinearColor& Color
)

Public function

void

 

DrawClearQuad

(
    FRHICommandList& RHICmdList,
    const FLinearColor& Color,
    FClearQuadCallbacks ClearQuadCallba...
)

Public function

void

 

DrawClearQuad

(
    FRHICommandList& RHICmdList,
    bool bClearColor,
    const FLinearColor& Color,
    bool bClearDepth,
    float Depth,
    bool bClearStencil,
    uint32 Stencil
)

Public function

void

 

DrawClearQuad

(
    FRHICommandList& RHICmdList,
    bool bClearColor,
    const FLinearColor& Color,
    bool bClearDepth,
    float Depth,
    bool bClearStencil,
    uint32 Stencil,
    FIntPoint ViewSize,
    FIntRect ExcludeRect
)

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