Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SNumericRotatorInputBox
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SRotatorInputBox.h |
| Include Path | #include "Widgets/Input/SRotatorInputBox.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SNumericRotatorInputBox< NumericType > >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SNumericRotatorInputBox::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/Input/SRotatorInputBox.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/Input/SRotatorInputBox.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & AllowSpin
(
bool InArg |
Whether or not values can be spun or if they should be typed in | Widgets/Input/SRotatorInputBox.h | |
WidgetArgsType & bColorAxisLabels
(
bool InArg |
Should the axis labels be colored | Widgets/Input/SRotatorInputBox.h | |
WidgetArgsType & DisplayToggle
(
bool InArg |
Whether or not to include a toggle checkbox to the left of the widget | Widgets/Input/SRotatorInputBox.h | |
WidgetArgsType & Font
(
const TAttribute< FSlateFontInfo >& InAttribute |
Font to use for the text in this box | Widgets/Input/SRotatorInputBox.h | |
WidgetArgsType & LinearDeltaSensitivity
(
const TAttribute< int32 >& InAttribute |
If we're an unbounded spinbox, what value do we divide mouse movement by before multiplying by Delta. | Widgets/Input/SRotatorInputBox.h | |
WidgetArgsType & MaxSliderValue
(
const TAttribute< TOptional< NumericType > >& InAttribute |
The maximum value that can be specified by using the slider | Widgets/Input/SRotatorInputBox.h | |
WidgetArgsType & MinSliderValue
(
const TAttribute< TOptional< NumericType > >& InAttribute |
The minimum value that can be specified by using the slider | Widgets/Input/SRotatorInputBox.h | |
WidgetArgsType & OnBeginSliderMovement
(
const FSimpleDelegate& InDelegate |
Called when the slider begins to move on any axis | Widgets/Input/SRotatorInputBox.h | |
WidgetArgsType & OnEndSliderMovement
(
const FOnNumericValueChanged& InDelegate |
Called when the slider for any axis is released | Widgets/Input/SRotatorInputBox.h | |
WidgetArgsType & OnPitchBeginSliderMovement
(
const FSimpleDelegate& InDelegate |
Called when the slider begins to move on pitch | Widgets/Input/SRotatorInputBox.h | |
WidgetArgsType & OnPitchChanged
(
const FOnNumericValueChanged& InDelegate |
Called when the pitch value is changed | Widgets/Input/SRotatorInputBox.h | |
WidgetArgsType & OnPitchCommitted
(
const FOnNumericValueCommitted& InDelegate |
Called when the pitch value is committed | Widgets/Input/SRotatorInputBox.h | |
WidgetArgsType & OnPitchEndSliderMovement
(
const FOnNumericValueChanged& InDelegate |
Called when the slider for pitch is released | Widgets/Input/SRotatorInputBox.h | |
WidgetArgsType & OnRollBeginSliderMovement
(
const FSimpleDelegate& InDelegate |
Called when the slider begins to move on roll | Widgets/Input/SRotatorInputBox.h | |
WidgetArgsType & OnRollChanged
(
const FOnNumericValueChanged& InDelegate |
Called when the roll value is changed | Widgets/Input/SRotatorInputBox.h | |
WidgetArgsType & OnRollCommitted
(
const FOnNumericValueCommitted& InDelegate |
Called when the roll value is committed | Widgets/Input/SRotatorInputBox.h | |
WidgetArgsType & OnRollEndSliderMovement
(
const FOnNumericValueChanged& InDelegate |
Called when the slider for roll is released | Widgets/Input/SRotatorInputBox.h | |
WidgetArgsType & OnTogglePitchChanged
(
const FOnCheckStateChanged& InDelegate |
Called whenever the toggle Pitch changes state | Widgets/Input/SRotatorInputBox.h | |
WidgetArgsType & OnToggleRollChanged
(
const FOnCheckStateChanged& InDelegate |
Called whenever the toggle Roll changes state | Widgets/Input/SRotatorInputBox.h | |
WidgetArgsType & OnToggleYawChanged
(
const FOnCheckStateChanged& InDelegate |
Called whenever the toggle Yaw changes state | Widgets/Input/SRotatorInputBox.h | |
WidgetArgsType & OnYawBeginSliderMovement
(
const FSimpleDelegate& InDelegate |
Called when the slider begins to move on yaw | Widgets/Input/SRotatorInputBox.h | |
WidgetArgsType & OnYawChanged
(
const FOnNumericValueChanged& InDelegate |
Called when the yaw value is changed | Widgets/Input/SRotatorInputBox.h | |
WidgetArgsType & OnYawCommitted
(
const FOnNumericValueCommitted& InDelegate |
Called when the yaw value is committed | Widgets/Input/SRotatorInputBox.h | |
WidgetArgsType & OnYawEndSliderMovement
(
const FOnNumericValueChanged& InDelegate |
Called when the slider for yaw is released | Widgets/Input/SRotatorInputBox.h | |
WidgetArgsType & Pitch
(
const TAttribute< TOptional< NumericType > >& InAttribute |
Pitch component of the rotator | Widgets/Input/SRotatorInputBox.h | |
WidgetArgsType & PitchDisplayName
(
const TAttribute< FText >& InAttribute |
Widgets/Input/SRotatorInputBox.h | ||
WidgetArgsType & PreventThrottling
(
bool InArg |
If refresh requests for the viewport should happen for all value changes | Widgets/Input/SRotatorInputBox.h | |
WidgetArgsType & Roll
(
const TAttribute< TOptional< NumericType > >& InAttribute |
Roll component of the rotator | Widgets/Input/SRotatorInputBox.h | |
WidgetArgsType & RollDisplayName
(
const TAttribute< FText >& InAttribute |
Widgets/Input/SRotatorInputBox.h | ||
WidgetArgsType & SpinDelta
(
const TAttribute< NumericType >& InAttribute |
The delta amount to apply, per pixel, when the spinner is dragged. | Widgets/Input/SRotatorInputBox.h | |
WidgetArgsType & Swizzle
(
FIntVector4 InArg |
Swizzles the display of 0: Roll, 1: Pitch, 2: Yaw 4th component unused | Widgets/Input/SRotatorInputBox.h | |
WidgetArgsType & TogglePadding
(
FMargin InArg |
Padding around the toggle checkbox | Widgets/Input/SRotatorInputBox.h | |
WidgetArgsType & TogglePitchChecked
(
const TAttribute< ECheckBoxState >& InAttribute |
The value of the toggle Pitch checkbox | Widgets/Input/SRotatorInputBox.h | |
WidgetArgsType & ToggleRollChecked
(
const TAttribute< ECheckBoxState >& InAttribute |
The value of the toggle Roll checkbox | Widgets/Input/SRotatorInputBox.h | |
WidgetArgsType & ToggleYawChecked
(
const TAttribute< ECheckBoxState >& InAttribute |
The value of the toggle Yaw checkbox | Widgets/Input/SRotatorInputBox.h | |
WidgetArgsType & TypeInterface
(
TSharedPtr< INumericTypeInterface< NumericType > > InArg |
Provide custom type functionality for the rotator | Widgets/Input/SRotatorInputBox.h | |
WidgetArgsType & Yaw
(
const TAttribute< TOptional< NumericType > >& InAttribute |
Yaw component of the rotator | Widgets/Input/SRotatorInputBox.h | |
WidgetArgsType & YawDisplayName
(
const TAttribute< FText >& InAttribute |
Widgets/Input/SRotatorInputBox.h |