Navigation
API > API/Developer > API/Developer/AnimationWidgets > API/Developer/AnimationWidgets/SAdvancedTransformInputBox
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SAdvancedTransformInputBox::FArguments
References
| Module | AnimationWidgets |
| Header | /Engine/Source/Developer/AnimationWidgets/Public/SAdvancedTransformInputBox.h |
| Include | #include "SAdvancedTransformInputBox.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SAdvancedTransformInputBox >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | AllowEditRotationRepresentation
(
bool InArg |
Whether or not to display the rotation representation picker in the label | |
| 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 & | ConstructLocation
(
bool InArg |
Whether or not to construct the location component | |
| WidgetArgsType & | ConstructRotation
(
bool InArg |
Whether or not to construct the rotation component | |
| WidgetArgsType & | ConstructScale
(
bool InArg |
Whether or not to construct the scale component | |
| WidgetArgsType & | DiffersFromDefault
(
const FDiffersFromDefault& InDelegate |
Delegate to determine if a row (or the whole transform) differs from its default | |
| WidgetArgsType & | DisplayRelativeWorld
(
bool InArg |
Whether or not to display the per component buttons to switch between relative and world | |
| WidgetArgsType & | DisplayScaleLock
(
bool InArg |
Whether or not to display the lock scale button | |
| 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 & | IsScaleLocked
(
TSharedPtr< bool > InArg |
The state of the scale lock | |
| WidgetArgsType & | LabelPadding
(
FMargin InArg |
Padding around the label checkbox | |
| WidgetArgsType & | LocationLabel
(
FText InArg |
The label to use for the location component | |
| WidgetArgsType & | LocationSpinDelta
(
const TAttribute< NumericType >& InAttribute |
The delta amount to apply, per pixel, when a location spinner is dragged. | |
| WidgetArgsType & | OnBeginSliderMovement
(
const FOnBeginSliderMovement& InDelegate |
Delegate to notify a begin slider movement | |
| WidgetArgsType & | OnCopyToClipboard
(
const FOnCopyToClipboard& InDelegate |
Delegate to react to copy to clipboard | |
| WidgetArgsType & | OnEndSliderMovement
(
const FOnEndSliderMovement& InDelegate |
Delegate to notify a end slider movement | |
| WidgetArgsType & | OnGetIsComponentRelative
(
const FOnGetIsComponentRelative& InDelegate |
Delegate to retrieve a relative / world state per component | |
| WidgetArgsType & | OnGetNumericValue
(
const FOnGetNumericValue& InDelegate |
Delegate to retrieve a value | |
| WidgetArgsType & | OnGetToggleChecked
(
const FOnGetToggleChecked& InDelegate |
Delegate to retrieve a toggle state | |
| WidgetArgsType & | OnIsComponentRelativeChanged
(
const FOnIsComponentRelativeChanged& InDelegate |
Delegate to notify a relative / world state change | |
| WidgetArgsType & | OnNumericValueChanged
(
const FOnNumericValueChanged& InDelegate |
Delegate to notify a value change | |
| WidgetArgsType & | OnNumericValueCommitted
(
const FOnNumericValueCommitted& InDelegate |
Delegate to notify a committed value | |
| WidgetArgsType & | OnPasteFromClipboard
(
const FOnPasteFromClipboard& InDelegate |
Delegate to react to paste from clipboard | |
| WidgetArgsType & | OnResetToDefault
(
const FOnResetToDefault& InDelegate |
Delegate to react to reset to default | |
| WidgetArgsType & | OnRotationRepresentationChanged
(
const FOnRotationRepresentationChanged& InDelegate |
Delegate to notify a rotation representation change | |
| WidgetArgsType & | OnScaleLockChanged
(
const FOnScaleLockChanged& InDelegate |
Delegate to notify a scale lock change | |
| WidgetArgsType & | OnToggleChanged
(
const FOnToggleChanged& InDelegate |
Delegate to notify a toggle state change | |
| WidgetArgsType & | OnTransformChanged
(
const FOnTransformChanged& InDelegate |
Optional delegate to notify a change in the transform | |
| WidgetArgsType & | OnTransformCommitted
(
const FOnTransformCommitted& InDelegate |
Optional delegate to notify a commit in the transform | |
| WidgetArgsType & | RotationLabel
(
FText InArg |
The label to use for the rotation component | |
| WidgetArgsType & | Representation of the rotation | ||
| WidgetArgsType & | ScaleLabel
(
FText InArg |
The label to use for the scale component | |
| WidgetArgsType & | ScaleSpinDelta
(
const TAttribute< NumericType >& InAttribute |
The delta amount to apply, per pixel, when a scale spinner is dragged. | |
| WidgetArgsType & | ShowInlineLabels
(
bool InArg |
Should we show labels inline next to all input boxes | |
| WidgetArgsType & | TogglePadding
(
FMargin InArg |
Padding around the toggle checkbox | |
| WidgetArgsType & | Transform
(
const TAttribute< TOptional< TransformType > >& InAttribute |
Optional representation as transform | |
| WidgetArgsType & | UseQuaternionForRotation
(
bool InArg |
Whether to use the quaternion is the primary rotation representation or the rotator (default) |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |