Navigation
API > API/Runtime > API/Runtime/RenderCore
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DrawClearQuad
(
FRHICommandList& RHICmdList, |
ClearQuad.h | ||
void DrawClearQuad
(
FRHICommandList& RHICmdList, |
ClearQuad.h | ||
void DrawClearQuad
(
FRHICommandList& RHICmdList, |
ClearQuad.h | ||
void DrawClearQuad
(
FRHICommandList& RHICmdList, |
ClearQuad.h |
DrawClearQuad(FRHICommandList &, const FLinearColor &)
| Name | DrawClearQuad |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/ClearQuad.h |
| Include Path | #include "ClearQuad.h" |
void DrawClearQuad
(
FRHICommandList & RHICmdList,
const FLinearColor & Color
)
DrawClearQuad(FRHICommandList &, const FLinearColor &, FClearQuadCallbacks)
| Name | DrawClearQuad |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/ClearQuad.h |
| Include Path | #include "ClearQuad.h" |
void DrawClearQuad
(
FRHICommandList & RHICmdList,
const FLinearColor & Color,
FClearQuadCallbacks ClearQuadCallbacks
)
DrawClearQuad(FRHICommandList &, bool, const FLinearColor &, bool, float, bool, uint32)
| Name | DrawClearQuad |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/ClearQuad.h |
| Include Path | #include "ClearQuad.h" |
void DrawClearQuad
(
FRHICommandList & RHICmdList,
bool bClearColor,
const FLinearColor & Color,
bool bClearDepth,
float Depth,
bool bClearStencil,
uint32 Stencil
)
DrawClearQuad(FRHICommandList &, bool, const FLinearColor &, bool, float, bool, uint32, FIntPoint, FIntRect)
| Name | DrawClearQuad |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/ClearQuad.h |
| Include Path | #include "ClearQuad.h" |
void DrawClearQuad
(
FRHICommandList & RHICmdList,
bool bClearColor,
const FLinearColor & Color,
bool bClearDepth,
float Depth,
bool bClearStencil,
uint32 Stencil,
FIntPoint ViewSize,
FIntRect ExcludeRect
)