UOptionsScreenProp_Slider¶
#include <OptionsScreenProp_Slider.h>
Inherits from UOptionsScreenProperty, UObject
Inherited by UOptionsScreenProp_Slider_Toggle
Public Functions¶
Name | |
---|---|
float | GetCurrentValue() |
[[FText]] | GetValueText(float Value) const |
void | SetCurrentValue(float In) |
UOptionsScreenProp_Slider() |
Public Attributes¶
Name | |
---|---|
float | CurrentValue |
float | CurrentValueFudgeFactor |
bool | DelaySliderSetter |
float | Max |
float | MaxDisplayTextRange |
int32 | MaxFractionalDigits |
float | Min |
float | MinDisplayTextRange |
int32 | MinFractionalDigits |
float | StepSize |
[[FText]] | TextForMax |
[[FText]] | TextForMin |
Updated on 2025-01-21 at 09:02:24 +0100