Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Debug > API/Runtime/Engine/Debug/UReporterBase
- UReporterBase::ToScreenSpace()
- UReporterGraph::ToScreenSpace()
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 |
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 |