Navigation
API > API/Runtime > API/Runtime/Slate
FRotator Slate control
| Name | SNumericRotatorInputBox |
| Type | class |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SRotatorInputBox.h |
| Include Path | #include "Widgets/Input/SRotatorInputBox.h" |
Syntax
template<typename NumericType>
class SNumericRotatorInputBox : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SNumericRotatorInputBox
- FSlateControlledConstruction → SWidget → SCompoundWidget → SNumericRotatorInputBox
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnNumericValueChanged | TBaseDelegate_OneParam< void, NumericType > | Notification for float value change | Widgets/Input/SRotatorInputBox.h |
| FOnNumericValueCommitted | TBaseDelegate_TwoParams< void, NumericType, ETextCommit::Type > | Notification for float value committed | Widgets/Input/SRotatorInputBox.h |
| ThisClass | SNumericRotatorInputBox< NumericType > | Widgets/Input/SRotatorInputBox.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ComponentNum | int32 | Widgets/Input/SRotatorInputBox.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Construct this widget | Widgets/Input/SRotatorInputBox.h | |
EventType CreatePerComponentSliderMovementEvent
(
const EventType OnSliderMovement, |
Creates a lambda to react to a begin/end slider movement event | Widgets/Input/SRotatorInputBox.h |