Navigation
API > API/Developer > API/Developer/AnimationWidgets > API/Developer/AnimationWidgets/SAdvancedRotationInputBox
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SAdvancedRotationInputBox::FArguments
References
| Module | AnimationWidgets |
| Header | /Engine/Source/Developer/AnimationWidgets/Public/SAdvancedRotationInputBox.h |
| Include | #include "SAdvancedRotationInputBox.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SAdvancedRotationInputBox >
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 & | OnBeginSliderMovement
(
const FOnBeginSliderMovement& InDelegate |
Optional delegate to notify a begin slider movement | |
| WidgetArgsType & | OnEndSliderMovement
(
const FOnEndSliderMovement& InDelegate |
Optional delegate to notify a end slider movement | |
| WidgetArgsType & | OnGetNumericValue
(
const FOnGetNumericValue& InDelegate |
Optional delegate to retrieve a value | |
| WidgetArgsType & | OnGetToggleChecked
(
const FOnGetToggleChecked& InDelegate |
Delegate to retrieve a toggle state | |
| WidgetArgsType & | OnNumericValueChanged
(
const FOnNumericValueChanged& InDelegate |
Optional delegate to notify a value change | |
| WidgetArgsType & | OnNumericValueCommitted
(
const FOnNumericValueCommitted& InDelegate |
Optional delegate to notify a committed value | |
| WidgetArgsType & | OnQuaternionChanged
(
const FOnQuaternionChanged& InDelegate |
Optional delegate to notify a change in the quaternion | |
| WidgetArgsType & | OnQuaternionCommitted
(
const FOnQuaternionCommitted& InDelegate |
Optional delegate to notify a commit in the quaternion | |
| WidgetArgsType & | OnRotatorChanged
(
const FOnRotatorChanged& InDelegate |
Optional delegate to notify a change in the rotator | |
| WidgetArgsType & | OnRotatorCommitted
(
const FOnRotatorCommitted& InDelegate |
Optional delegate to notify a commit in the rotator | |
| WidgetArgsType & | OnToggleChanged
(
const FOnToggleChanged& InDelegate |
Delegate to notify a toggle state change | |
| WidgetArgsType & | Quaternion
(
const TAttribute< TOptional< FQuat > >& InAttribute |
Optional representation as quaternion | |
| WidgetArgsType & | Representation
(
const TAttribute< ESlateRotationRepresentation::Type >& InAttribute |
Representation of the rotation | |
| WidgetArgsType & | Rotator
(
const TAttribute< TOptional< FRotator > >& InAttribute |
Optional representation as rotator | |
| WidgetArgsType & | TogglePadding
(
FMargin InArg |
Padding around the toggle checkbox |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |