Navigation
API > API/Developer > API/Developer/TraceInsightsCore > API/Developer/TraceInsightsCore/FDrawContext
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DrawBox
(
const float X, |
InsightsCore/Common/PaintUtils.h | ||
void DrawBox
(
const int32 InLayer, |
InsightsCore/Common/PaintUtils.h |
DrawBox(const float, const float, const float, const float, const FSlateBrush *, const FLinearColor &)
| Name | DrawBox |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsightsCore/Public/InsightsCore/Common/PaintUtils.h |
| Include Path | #include "InsightsCore/Common/PaintUtils.h" |
void DrawBox
(
const float X,
const float Y,
const float W,
const float H,
const FSlateBrush * Brush,
const FLinearColor & Color
) const
DrawBox(const int32, const float, const float, const float, const float, const FSlateBrush *, const FLinearColor &)
| Name | DrawBox |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsightsCore/Public/InsightsCore/Common/PaintUtils.h |
| Include Path | #include "InsightsCore/Common/PaintUtils.h" |
void DrawBox
(
const int32 InLayer,
const float X,
const float Y,
const float W,
const float H,
const FSlateBrush * Brush,
const FLinearColor & Color
) const