Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Debug > API/Runtime/Engine/Debug/UReporterGraph
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Debug/ReporterGraph.h |
| Include | #include "Debug/ReporterGraph.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Debug/ReporterGraph.cpp |
void DrawAxis
&40;
UCanvas &42; Canvas,
FVector2D Start,
FVector2D End,
float NumNotches,
bool bIsVerticalAxis
&41;
Remarks
Draw an individual axis.
Parameters
| Name | Description |
|---|---|
| Canvas | The canvas to draw on. |
| Start | Start position of the axis. |
| End | End position of the axis. |
| NumNotches | The number of notches to draw on this axis. |
| bIsVerticalAxis | Is this the vertical axis of the graph? |