Navigation
Unreal Engine C++ API Reference > Developer > AnimationWidgets
Inheritance Hierarchy
References
Module | AnimationWidgets |
Header | /Engine/Source/Developer/AnimationWidgets/Public/SAdvancedRotationInputBox.h |
Include | #include "SAdvancedRotationInputBox.h" |
Syntax
template<typename NumericType>
class SAdvancedRotationInputBox : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget)
Remarks
Generic Rotation Slate control
Functions
Type | Name | Description |
---|---|---|
void | Construct ( const FArguments& InArgs ) | Construct this widget |
bool | IsValidComponent ( ESlateRotationRepresentation::Type ..., ESlateTransformSubComponent::Type I... ) |
Classes
Type | Name | Description |
---|---|---|
Public struct | FArguments |
Typedefs
Name | Description |
---|---|
FOnBeginSliderMovement | Notification for begin slider movement |
FOnEndSliderMovement | Notification for end slider movement |
FOnGetNumericValue | Delegate to retrieve a numerictype value |
FOnGetToggleChecked | Delegate to retrieve toggle checkstate |
FOnNumericValueChanged | Notification for numerictype value change |
FOnNumericValueCommitted | Notification for numerictype value committed |
FOnQuaternionChanged | Delegate for notification for a quaternion value change |
FOnQuaternionCommitted | Delegate for notification for a quaternion value commit |
FOnRotatorChanged | Delegate for notification for a rotator value change |
FOnRotatorCommitted | Delegate for notification for a rotator value commit |
FOnToggleChanged | Notification for toggle checkstate change |
SNumericVectorInputBox3 | |
SNumericVectorInputBox4 |