Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Debug > API/Runtime/Engine/Debug/UReporterGraph
- UReporterBase::ToScreenSpace()
- UReporterGraph::ToScreenSpace()
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 |
virtual FVector2D ToScreenSpace
&40;
const FVector2D & InVector,
UCanvas &42; Canvas
&41;
Remarks
Helper to convert vectors from normalized into screen space. The screen space coordinates based on the size of the canvas.
Parameters
| Name | Description |
|---|---|
| InVector | Normalized screen space coordinates to convert to screen space. |
| Canvas | The canvas we wish to use during the conversion. |