SSlider::SetMinAndMaxValues

Set the MinValue and MaxValue attributes.

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h

Include

#include "Widgets/Input/SSlider.h"

Source

/Engine/Source/Runtime/Slate/Private/Widgets/Input/SSlider.cpp

Syntax

void SetMinAndMaxValues
(
    float InMinValue,
    float InMaxValue
)

Remarks

Set the MinValue and MaxValue attributes. If the new MinValue is more than the new MaxValue, MaxValue will be changed to equal MinValue.

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