DrawClearQuadMRT

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

DrawClearQuadMRT

(
    FRHICommandList& RHICmdList,
    bool bClearColor,
    int32 NumClearColors,
    const FLinearColor* ClearColor...,
    bool bClearDepth,
    float Depth,
    bool bClearStencil,
    uint32 Stencil
)

Public function

void

 

DrawClearQuadMRT

(
    FRHICommandList& RHICmdList,
    bool bClearColor,
    int32 NumClearColors,
    const FLinearColor* ClearColor...,
    bool bClearDepth,
    float Depth,
    bool bClearStencil,
    uint32 Stencil,
    FClearQuadCallbacks ClearQuadCallba...
)

Public function

void

 

DrawClearQuadMRT

(
    FRHICommandList& RHICmdList,
    bool bClearColor,
    int32 NumClearColors,
    const FLinearColor* ClearColor...,
    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