Navigation
Unreal Engine C++ API Reference > Developer > ProfileVisualizer > STimeline
References
Module | ProfileVisualizer |
Header | /Engine/Source/Developer/ProfileVisualizer/Public/STimeline.h |
Include | #include "STimeline.h" |
void SetMinMaxValues ( float InMin, float InMax )
Remarks
Sets the graph's min and max values.
Parameters
Name | Description |
---|---|
InMin | New min value. |
InMin | New max value. |