FArguments

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

Inheritance Hierarchy

References

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

Syntax

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

Constructors

Type Name Description
  FArguments ()  

Functions

Type Name Description
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... 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... OnBeginSliderMovement ( const FOnBeginSliderMovement& InDe... ) Optional delegate to notify a begin slider movement
WidgetArgsTy... OnEndSliderMovement ( const FOnEndSliderMovement& InDele... ) Optional delegate to notify a end slider movement
WidgetArgsTy... OnGetNumericValue ( const FOnGetNumericValue& InDelega... ) Optional delegate to retrieve a value
WidgetArgsTy... OnGetToggleChecked ( const FOnGetToggleChecked& InDeleg... ) Delegate to retrieve a toggle state
WidgetArgsTy... OnNumericValueChanged ( const FOnNumericValueChanged& InDe... ) Optional delegate to notify a value change
WidgetArgsTy... OnNumericValueCommitted ( const FOnNumericValueCommitted& In... ) Optional delegate to notify a committed value
WidgetArgsTy... OnQuaternionChanged ( const FOnQuaternionChanged& InDele... ) Optional delegate to notify a change in the quaternion
WidgetArgsTy... OnQuaternionCommitted ( const FOnQuaternionCommitted& InDe... ) Optional delegate to notify a commit in the quaternion
WidgetArgsTy... OnRotatorChanged ( const FOnRotatorChanged& InDelegat... ) Optional delegate to notify a change in the rotator
WidgetArgsTy... OnRotatorCommitted ( const FOnRotatorCommitted& InDeleg... ) Optional delegate to notify a commit in the rotator
WidgetArgsTy... OnToggleChanged ( const FOnToggleChanged& InDelegate ) Delegate to notify a toggle state change
WidgetArgsTy... Quaternion ( const TAttribute< TOptional< FQuat ... ) Optional representation as quaternion
WidgetArgsTy... Representation ( const TAttribute< ESlateRotationRep... ) Representation of the rotation
WidgetArgsTy... Rotator ( const TAttribute< TOptional< FRotat... ) Optional representation as rotator
WidgetArgsTy... TogglePadding ( FMargin InArg ) Padding around the toggle checkbox

Typedefs

Name Description
WidgetArgsType  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library