Navigation
API > API/Developer > API/Developer/AnimationWidgets > API/Developer/AnimationWidgets/SAdvancedRotationInputBox
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Developer/AnimationWidgets/Public/SAdvancedRotationInputBox.h |
| Include Path | #include "SAdvancedRotationInputBox.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SAdvancedRotationInputBox >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SAdvancedRotationInputBox::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SAdvancedRotationInputBox.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SAdvancedRotationInputBox.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 | SAdvancedRotationInputBox.h | |
WidgetArgsType & bColorAxisLabels
(
bool InArg |
Should the axis labels be colored | SAdvancedRotationInputBox.h | |
WidgetArgsType & DisplayToggle
(
bool InArg |
Whether or not to include a toggle checkbox to the left of the widget | SAdvancedRotationInputBox.h | |
WidgetArgsType & Font
(
const TAttribute< FSlateFontInfo >& InAttribute |
Font to use for the text in this box | SAdvancedRotationInputBox.h | |
WidgetArgsType & OnBeginSliderMovement
(
const FOnBeginSliderMovement& InDelegate |
Optional delegate to notify a begin slider movement | SAdvancedRotationInputBox.h | |
WidgetArgsType & OnEndSliderMovement
(
const FOnEndSliderMovement& InDelegate |
Optional delegate to notify a end slider movement | SAdvancedRotationInputBox.h | |
WidgetArgsType & OnGetNumericValue
(
const FOnGetNumericValue& InDelegate |
Optional delegate to retrieve a value | SAdvancedRotationInputBox.h | |
WidgetArgsType & OnGetToggleChecked
(
const FOnGetToggleChecked& InDelegate |
Delegate to retrieve a toggle state | SAdvancedRotationInputBox.h | |
WidgetArgsType & OnNumericValueChanged
(
const FOnNumericValueChanged& InDelegate |
Optional delegate to notify a value change | SAdvancedRotationInputBox.h | |
WidgetArgsType & OnNumericValueCommitted
(
const FOnNumericValueCommitted& InDelegate |
Optional delegate to notify a committed value | SAdvancedRotationInputBox.h | |
WidgetArgsType & OnQuaternionChanged
(
const FOnQuaternionChanged& InDelegate |
Optional delegate to notify a change in the quaternion | SAdvancedRotationInputBox.h | |
WidgetArgsType & OnQuaternionCommitted
(
const FOnQuaternionCommitted& InDelegate |
Optional delegate to notify a commit in the quaternion | SAdvancedRotationInputBox.h | |
WidgetArgsType & OnRotatorChanged
(
const FOnRotatorChanged& InDelegate |
Optional delegate to notify a change in the rotator | SAdvancedRotationInputBox.h | |
WidgetArgsType & OnRotatorCommitted
(
const FOnRotatorCommitted& InDelegate |
Optional delegate to notify a commit in the rotator | SAdvancedRotationInputBox.h | |
WidgetArgsType & OnToggleChanged
(
const FOnToggleChanged& InDelegate |
Delegate to notify a toggle state change | SAdvancedRotationInputBox.h | |
WidgetArgsType & PreventThrottling
(
bool InArg |
If refresh requests for the viewport should happen for all value changes | SAdvancedRotationInputBox.h | |
WidgetArgsType & Quaternion
(
const TAttribute< TOptional< FQuat > >& InAttribute |
Optional representation as quaternion | SAdvancedRotationInputBox.h | |
WidgetArgsType & Representation
(
const TAttribute< ESlateRotationRepresentation::Type >& InAttribute |
Representation of the rotation | SAdvancedRotationInputBox.h | |
WidgetArgsType & Rotator
(
const TAttribute< TOptional< FRotator > >& InAttribute |
Optional representation as rotator | SAdvancedRotationInputBox.h | |
WidgetArgsType & TogglePadding
(
FMargin InArg |
Padding around the toggle checkbox | SAdvancedRotationInputBox.h |