Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UReporterGraph
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetGraphScreenSize
(
const FVector2D& Min, |
Set The size of the graph. | Debug/ReporterGraph.h | |
void SetGraphScreenSize
(
float MinX, |
Set The size of the graph. | Debug/ReporterGraph.h |
SetGraphScreenSize(const FVector2D &, const FVector2D &)
Description
Set The size of the graph.
| Name | SetGraphScreenSize |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Debug/ReporterGraph.h |
| Include Path | #include "Debug/ReporterGraph.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Debug/ReporterGraph.cpp |
void SetGraphScreenSize
(
const FVector2D & Min,
const FVector2D & Max
)
Parameters
| Name | Remarks |
|---|---|
| Min | The normalized minimum extent of the graph. |
| Max | The normalized maximum extent of the graph. |
SetGraphScreenSize(float, float, float, float)
Description
Set The size of the graph.
| Name | SetGraphScreenSize |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Debug/ReporterGraph.h |
| Include Path | #include "Debug/ReporterGraph.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Debug/ReporterGraph.cpp |
void SetGraphScreenSize
(
float MinX,
float MaxX,
float MinY,
float MaxY
)
Parameters
| Name | Remarks |
|---|---|
| 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. |