STimeline::SetMinMaxValues

Sets the graph's min and max values.

Windows
MacOS
Linux

References

Module

TaskGraph

Header

/Engine/Source/Developer/TaskGraph/Public/STimeline.h

Include

#include "STimeline.h"

Syntax

void SetMinMaxValues
(
    float InMin,
    float InMax
)

Remarks

Sets the graph's min and max values.

Parameters

Parameter

Description

InMin

New min value.

InMin

New max value.

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