Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Debug > API/Runtime/Engine/Debug/UReporterGraph > API/Runtime/Engine/Debug/UReporterGraph/SetGraphScreenSize
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 SetGraphScreenSize
(
float MinX,
float MaxX,
float MinY,
float MaxY
)
Remarks
Set The size of the graph.
Parameters
| Name | Description |
|---|---|
| MinX | The normalized minimum X extent of the graph. |
| MaxX | The normalized maximum X extent of the graph. |
| MinY | The normalized minimum Y extent of the graph. |
| MaxY | The normalized maximum Y extent of the graph. |