Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SSlider
Description
Set the MinValue and MaxValue attributes. If the new MinValue is more than the new MaxValue, MaxValue will be changed to equal MinValue.
| Name | SetMinAndMaxValues |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h |
| Include Path | #include "Widgets/Input/SSlider.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/Input/SSlider.cpp |
void SetMinAndMaxValues
(
float InMinValue,
float InMaxValue
)