Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets
Classes
| Type | Name | Description | |
|---|---|---|---|
| FVirtualKeyboardOptions | |||
| INumericTypeInterface | Interface to provide specific functionality for dealing with a numeric type. | ||
| IVirtualKeyboardEntry | |||
| SComboRow | |||
| TDefaultNumericTypeInterface | Default numeric type interface | ||
| TNumericUnitTypeInterface | Numeric interface that specifies how to interact with a number in a specific unit. |
Typedefs
| Name | Description |
|---|---|
| FOnCheckStateChanged | Delegate that is executed when the check box state changes |
| FOnComboBoxOpened | |
| FOnComboBoxOpening | |
| FOnGetEditableComboBoxText | Delegate type for getting the editable combo box text. |
| FOnIsOpenChanged | Notification when popup is opened/closed. |
| FOnSelectionChangedDelegateVK | |
| FOnSettingChanged | |
| FOnShowingHistory | Delegate type for showing the input history. |
| FOnShowingSuggestions | Delegate type for showing a list of suggestions. |
| FOnTextChosen |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EKeyboardType | |||
| ETextEntryType |
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | SpinBoxComputeExponentSliderFraction
(
float FractionFilled, |
This function compute a slider position by simulating two log on both side of the neutral value Example a slider going from 0.0 to 2.0 with a neutral value of 1.0, the user will have a lot of precision around the neutral value on both side. |