Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Debug > API/Runtime/Engine/Debug/UReporterBase
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Debug/ReporterBase.h |
| Include | #include "Debug/ReporterBase.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Debug/ReporterBase.cpp |
void DrawLine
&40;
UCanvas &42; Canvas,
const FVector2D & StartPos,
const FVector2D & EndPos,
const FLinearColor & Color,
EReporterLineStyle::Type LineStyle
&41;
Remarks
Helper to draw a line from normalized to screen space
Parameters
| Name | Description |
|---|---|
| Canvas | The canvas to draw to |
| StartPos | The start position of the line, in normalized coordinates |
| EndPos | The end position of the line, in normalized coordinates |
| Color | The color to draw the line |
| LineStyle | The style to draw the line |