Navigation
API > API/Developer > API/Developer/TraceInsightsCore > API/Developer/TraceInsightsCore/FDrawContext
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
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 |
DrawText(const float, const float, const FString &, const FSlateFontInfo &, const FLinearColor &)
| Name | DrawText |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsightsCore/Public/InsightsCore/Common/PaintUtils.h |
| Include Path | #include "InsightsCore/Common/PaintUtils.h" |
void DrawText
(
const float X,
const float Y,
const FString & Text,
const FSlateFontInfo & Font,
const FLinearColor & Color
) const
DrawText(const int32, const float, const float, const FString &, const FSlateFontInfo &, const FLinearColor &)
| Name | DrawText |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsightsCore/Public/InsightsCore/Common/PaintUtils.h |
| Include Path | #include "InsightsCore/Common/PaintUtils.h" |
void DrawText
(
const int32 InLayer,
const float X,
const float Y,
const FString & Text,
const FSlateFontInfo & Font,
const FLinearColor & Color
) const
DrawText(const float, const float, const FString &, const int32, const int32, const FSlateFontInfo &, const FLinearColor &)
| Name | DrawText |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsightsCore/Public/InsightsCore/Common/PaintUtils.h |
| Include Path | #include "InsightsCore/Common/PaintUtils.h" |
void DrawText
(
const float X,
const float Y,
const FString & Text,
const int32 StartIndex,
const int32 EndIndex,
const FSlateFontInfo & Font,
const FLinearColor & Color
) const
DrawText(const int32, const float, const float, const FString &, const int32, const int32, const FSlateFontInfo &, const FLinearColor &)
| Name | DrawText |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsightsCore/Public/InsightsCore/Common/PaintUtils.h |
| Include Path | #include "InsightsCore/Common/PaintUtils.h" |
void DrawText
(
const int32 InLayer,
const float X,
const float Y,
const FString & Text,
const int32 StartIndex,
const int32 EndIndex,
const FSlateFontInfo & Font,
const FLinearColor & Color
) const