FArguments

Unreal Engine C++ API Reference > Developer > AnimationWidgets > SAdvancedTransformInputBox

Inheritance Hierarchy

References

   
Module AnimationWidgets
Header /Engine/Source/Developer/AnimationWidgets/Public/SAdvancedTransformInputBox.h
Include #include "SAdvancedTransformInputBox.h"

Syntax

struct FArguments : public [TSlateBaseNamedArgs< SAdvancedTransformInputBox >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs)  

Constructors

Type Name Description
  FArguments ()  

Functions

Type Name Description
WidgetArgsTy... AllowEditRotationRepresentation ( bool InArg ) Whether or not to display the rotation representation picker in the label
WidgetArgsTy... AllowSpin ( bool InArg ) Whether or not values can be spun or if they should be typed in
WidgetArgsTy... bColorAxisLabels ( bool InArg ) Should the axis labels be colored
WidgetArgsTy... ConstructLocation ( bool InArg ) Whether or not to construct the location component
WidgetArgsTy... ConstructRotation ( bool InArg ) Whether or not to construct the rotation component
WidgetArgsTy... ConstructScale ( bool InArg ) Whether or not to construct the scale component
WidgetArgsTy... DiffersFromDefault ( const FDiffersFromDefault& InDeleg... ) Delegate to determine if a row (or the whole transform) differs from its default
WidgetArgsTy... DisplayRelativeWorld ( bool InArg ) Whether or not to display the per component buttons to switch between relative and world
WidgetArgsTy... DisplayScaleLock ( bool InArg ) Whether or not to display the lock scale button
WidgetArgsTy... DisplayToggle ( bool InArg ) Whether or not to include a toggle checkbox to the left of the widget
WidgetArgsTy... Font ( const TAttribute< FSlateFontInfo > ... ) Font to use for the text in this box
WidgetArgsTy... IsScaleLocked ( TSharedPtr< bool > InArg ) The state of the scale lock
WidgetArgsTy... LabelPadding ( FMargin InArg ) Padding around the label checkbox
WidgetArgsTy... LocationLabel ( FText InArg ) The label to use for the location component
WidgetArgsTy... LocationSpinDelta ( const TAttribute< NumericType >& I... ) The delta amount to apply, per pixel, when a location spinner is dragged.
WidgetArgsTy... OnBeginSliderMovement ( const FOnBeginSliderMovement& InDe... ) Delegate to notify a begin slider movement
WidgetArgsTy... OnCopyToClipboard ( const FOnCopyToClipboard& InDelega... ) Delegate to react to copy to clipboard
WidgetArgsTy... OnEndSliderMovement ( const FOnEndSliderMovement& InDele... ) Delegate to notify a end slider movement
WidgetArgsTy... OnGetIsComponentRelative ( const FOnGetIsComponentRelative& I... ) Delegate to retrieve a relative / world state per component
WidgetArgsTy... OnGetNumericValue ( const FOnGetNumericValue& InDelega... ) Delegate to retrieve a value
WidgetArgsTy... OnGetToggleChecked ( const FOnGetToggleChecked& InDeleg... ) Delegate to retrieve a toggle state
WidgetArgsTy... OnIsComponentRelativeChanged ( const FOnIsComponentRelativeChanged... ) Delegate to notify a relative / world state change
WidgetArgsTy... OnNumericValueChanged ( const FOnNumericValueChanged& InDe... ) Delegate to notify a value change
WidgetArgsTy... OnNumericValueCommitted ( const FOnNumericValueCommitted& In... ) Delegate to notify a committed value
WidgetArgsTy... OnPasteFromClipboard ( const FOnPasteFromClipboard& InDel... ) Delegate to react to paste from clipboard
WidgetArgsTy... OnResetToDefault ( const FOnResetToDefault& InDelegat... ) Delegate to react to reset to default
WidgetArgsTy... OnRotationRepresentationChanged ( const FOnRotationRepresentationChan... ) Delegate to notify a rotation representation change
WidgetArgsTy... OnScaleLockChanged ( const FOnScaleLockChanged& InDeleg... ) Delegate to notify a scale lock change
WidgetArgsTy... OnToggleChanged ( const FOnToggleChanged& InDelegate ) Delegate to notify a toggle state change
WidgetArgsTy... OnTransformChanged ( const FOnTransformChanged& InDeleg... ) Optional delegate to notify a change in the transform
WidgetArgsTy... OnTransformCommitted ( const FOnTransformCommitted& InDel... ) Optional delegate to notify a commit in the transform
WidgetArgsTy... RotationLabel ( FText InArg ) The label to use for the rotation component
WidgetArgsTy... RotationRepresentation ( TSharedPtr< ESlateRotationRepresent... ) Representation of the rotation
WidgetArgsTy... ScaleLabel ( FText InArg ) The label to use for the scale component
WidgetArgsTy... ScaleSpinDelta ( const TAttribute< NumericType >& I... ) The delta amount to apply, per pixel, when a scale spinner is dragged.
WidgetArgsTy... ShowInlineLabels ( bool InArg ) Should we show labels inline next to all input boxes
WidgetArgsTy... TogglePadding ( FMargin InArg ) Padding around the toggle checkbox
WidgetArgsTy... Transform ( const TAttribute< TOptional< Transf... ) Optional representation as transform
WidgetArgsTy... UseQuaternionForRotation ( bool InArg ) Whether to use the quaternion is the primary rotation representation or the rotator (default)

Typedefs

Name Description
WidgetArgsType  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library