Navigation
API > API/Runtime > API/Runtime/Slate
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SNumericRotatorInputBox
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/SlateFwd.h |
| Include | #include "SlateFwd.h" |
Syntax
template<typename NumericType>
class SNumericRotatorInputBox : public SCompoundWidget
Remarks
FRotator Slate control
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
Construct this widget | |
| EventType | CreatePerComponentSliderMovementEvent
(
const EventType OnSliderMovement, |
Creates a lambda to react to a begin/end slider movement event |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |
Typedefs
| Name | Description |
|---|---|
| FOnNumericValueChanged | Notification for float value change |
| FOnNumericValueCommitted | Notification for float value committed |