Navigation
API > API/Plugins > API/Plugins/SlateIM
| |
|
| Name |
FSlateIMSliderParams |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/SlateIM/Source/SlateIM/Public/SlateIMParameters.h |
| Include Path |
#include "SlateIMParameters.h" |
Syntax
USTRUCT (BlueprintType )
struct FSlateIMSliderParams
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Max |
float |
The maximum value of the slider |
SlateIMParameters.h |
- BlueprintReadWrite
- EditAnywhere
- Category="SlateIM"
|
| Min |
float |
The minimum value of the slider |
SlateIMParameters.h |
- BlueprintReadWrite
- EditAnywhere
- Category="SlateIM"
|
| Step |
float |
The smallest incremental change that can be made to the slider's value |
SlateIMParameters.h |
- BlueprintReadWrite
- EditAnywhere
- Category="SlateIM"
|
Functions
Public
Operators
| Name |
Remarks |
Include Path |
Unreal Specifiers |
operator SlateIM::FSliderParams()
|
|
SlateIMParameters.h |
|