Navigation
API > API/Plugins > API/Plugins/SlateIM
Sync with FSlateIMSliderParams.
| Name | FSliderParams |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/SlateIM/Source/SlateIM/Public/SlateIMParameters.h |
| Include Path | #include "SlateIMParameters.h" |
Syntax
struct FSliderParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Max | float | The maximum value of the slider | SlateIMParameters.h | |
| Min | float | The minimum value of the slider | SlateIMParameters.h | |
| Step | float | The smallest incremental change that can be made to the slider's value | SlateIMParameters.h | |
| Style | const FSliderStyle * | A Slider Style to override the default style. | SlateIMParameters.h |