Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SNumericRotatorInputBox
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SNumericRotatorInputBox::FArguments
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SRotatorInputBox.h |
| Include | #include "Widgets/Input/SRotatorInputBox.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SNumericRotatorInputBox< NumericType > >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | AllowSpin
(
bool InArg |
Whether or not values can be spun or if they should be typed in | |
| WidgetArgsType & | bColorAxisLabels
(
bool InArg |
Should the axis labels be colored | |
| WidgetArgsType & | DisplayToggle
(
bool InArg |
Whether or not to include a toggle checkbox to the left of the widget | |
| WidgetArgsType & | Font
(
const TAttribute< FSlateFontInfo >& InAttribute |
Font to use for the text in this box | |
| WidgetArgsType & | MaxSliderValue
(
const TAttribute< TOptional< NumericType > >& InAttribute |
The maximum value that can be specified by using the slider | |
| WidgetArgsType & | MinSliderValue
(
const TAttribute< TOptional< NumericType > >& InAttribute |
The minimum value that can be specified by using the slider | |
| WidgetArgsType & | OnBeginSliderMovement
(
const FSimpleDelegate& InDelegate |
Called when the slider begins to move on any axis | |
| WidgetArgsType & | OnEndSliderMovement
(
const FOnNumericValueChanged& InDelegate |
Called when the slider for any axis is released | |
| WidgetArgsType & | OnPitchBeginSliderMovement
(
const FSimpleDelegate& InDelegate |
Called when the slider begins to move on pitch | |
| WidgetArgsType & | OnPitchChanged
(
const FOnNumericValueChanged& InDelegate |
Called when the pitch value is changed | |
| WidgetArgsType & | OnPitchCommitted
(
const FOnNumericValueCommitted& InDelegate |
Called when the pitch value is committed | |
| WidgetArgsType & | OnPitchEndSliderMovement
(
const FOnNumericValueChanged& InDelegate |
Called when the slider for pitch is released | |
| WidgetArgsType & | OnRollBeginSliderMovement
(
const FSimpleDelegate& InDelegate |
Called when the slider begins to move on roll | |
| WidgetArgsType & | OnRollChanged
(
const FOnNumericValueChanged& InDelegate |
Called when the roll value is changed | |
| WidgetArgsType & | OnRollCommitted
(
const FOnNumericValueCommitted& InDelegate |
Called when the roll value is committed | |
| WidgetArgsType & | OnRollEndSliderMovement
(
const FOnNumericValueChanged& InDelegate |
Called when the slider for roll is released | |
| WidgetArgsType & | OnTogglePitchChanged
(
const FOnCheckStateChanged& InDelegate |
Called whenever the toggle Pitch changes state | |
| WidgetArgsType & | OnToggleRollChanged
(
const FOnCheckStateChanged& InDelegate |
Called whenever the toggle Roll changes state | |
| WidgetArgsType & | OnToggleYawChanged
(
const FOnCheckStateChanged& InDelegate |
Called whenever the toggle Yaw changes state | |
| WidgetArgsType & | OnYawBeginSliderMovement
(
const FSimpleDelegate& InDelegate |
Called when the slider begins to move on yaw | |
| WidgetArgsType & | OnYawChanged
(
const FOnNumericValueChanged& InDelegate |
Called when the yaw value is changed | |
| WidgetArgsType & | OnYawCommitted
(
const FOnNumericValueCommitted& InDelegate |
Called when the yaw value is committed | |
| WidgetArgsType & | OnYawEndSliderMovement
(
const FOnNumericValueChanged& InDelegate |
Called when the slider for yaw is released | |
| WidgetArgsType & | Pitch
(
const TAttribute< TOptional< NumericType > >& InAttribute |
Pitch component of the rotator | |
| WidgetArgsType & | Roll
(
const TAttribute< TOptional< NumericType > >& InAttribute |
Roll component of the rotator | |
| WidgetArgsType & | TogglePadding
(
FMargin InArg |
Padding around the toggle checkbox | |
| WidgetArgsType & | TogglePitchChecked
(
const TAttribute< ECheckBoxState >& InAttribute |
The value of the toggle Pitch checkbox | |
| WidgetArgsType & | ToggleRollChecked
(
const TAttribute< ECheckBoxState >& InAttribute |
The value of the toggle Roll checkbox | |
| WidgetArgsType & | ToggleYawChecked
(
const TAttribute< ECheckBoxState >& InAttribute |
The value of the toggle Yaw checkbox | |
| WidgetArgsType & | TypeInterface
(
TSharedPtr< INumericTypeInterface< NumericType > > InArg |
Provide custom type functionality for the rotator | |
| WidgetArgsType & | Yaw
(
const TAttribute< TOptional< NumericType > >& InAttribute |
Yaw component of the rotator |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| FArguments & | AllowResponsiveLayout
(
bool bAllow |
AllowResponsiveLayout unused as it is no longer necessary. |