Navigation
API > API/Plugins > API/Plugins/SlateIM
| |
|
| Name |
FSpinBoxParams |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/SlateIM/Source/SlateIM/Public/SlateIMParameters.h |
| Include Path |
#include "SlateIMParameters.h" |
| Source |
/Engine/Plugins/Experimental/SlateIM/Source/SlateIM/Public/SlateIMParametersFwd.h |
Syntax
template<typename InNumericType>
struct FSpinBoxParams
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Max |
TOptional< InNumericType > |
The maximum value of the spin box (or unset for no limit). |
SlateIMParameters.h |
|
| Min |
TOptional< InNumericType > |
The minimum value of the spin box (or unset for no limit). |
SlateIMParameters.h |
|
| Style |
const FSpinBoxStyle * |
A Spin Box Style to override the default style. |
SlateIMParameters.h |
|