Navigation
API > API/Developer > API/Developer/TraceInsightsCore
Holds current state provided by OnPaint function, used to simplify drawing.
| Name | FDrawContext |
| Type | class |
| Header File | /Engine/Source/Developer/TraceInsightsCore/Public/InsightsCore/Common/PaintUtils.h |
| Include Path | #include "InsightsCore/Common/PaintUtils.h" |
Syntax
class FDrawContext
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDrawContext
(
const FDrawContext& |
Non-copyable | InsightsCore/Common/PaintUtils.h | |
FDrawContext
(
const FGeometry& InGeometry, |
InsightsCore/Common/PaintUtils.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CullingRect | const FSlateRect & | InsightsCore/Common/PaintUtils.h | ||
| DrawEffects | const ESlateDrawEffect | InsightsCore/Common/PaintUtils.h | ||
| ElementList | FSlateWindowElementList & | InsightsCore/Common/PaintUtils.h | ||
| Geometry | const FGeometry & | Accessors. | InsightsCore/Common/PaintUtils.h | |
| LayerId | int32 & | InsightsCore/Common/PaintUtils.h | ||
| WidgetStyle | const FWidgetStyle & | InsightsCore/Common/PaintUtils.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DrawBox
(
const float X, |
InsightsCore/Common/PaintUtils.h | ||
void DrawBox
(
const int32 InLayer, |
InsightsCore/Common/PaintUtils.h | ||
void DrawLines
(
uint32 InLayer, |
InsightsCore/Common/PaintUtils.h | ||
void DrawRotatedBox
(
const float X, |
InsightsCore/Common/PaintUtils.h | ||
void DrawSpline
(
uint32 InLayer, |
InsightsCore/Common/PaintUtils.h | ||
void DrawText
(
const float X, |
InsightsCore/Common/PaintUtils.h | ||
void DrawText
(
const int32 InLayer, |
InsightsCore/Common/PaintUtils.h | ||
void DrawText
(
const float X, |
InsightsCore/Common/PaintUtils.h | ||
void DrawText
(
const int32 InLayer, |
InsightsCore/Common/PaintUtils.h | ||
void DrawTextAligned
(
EHorizontalAlignment HAlign, |
InsightsCore/Common/PaintUtils.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDrawContext & operator=
(
const FDrawContext& |
InsightsCore/Common/PaintUtils.h |