UReporterGraph::SetAxesMinMax

Set the axis min and max data for both axes.

Windows
MacOS
Linux

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

Syntax

void SetAxesMinMax
(
    const FVector2D & Min,
    const FVector2D & Max
)

Remarks

Set the axis min and max data for both axes.

Parameters

Parameter

Description

MinX

The normalized minimum X data.

MinY

The normalized minimum Y data.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss