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