Navigation
API > API/Developer > API/Developer/AnimationWidgets
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SAdvancedRotationInputBox
References
| Module | AnimationWidgets |
| Header | /Engine/Source/Developer/AnimationWidgets/Public/SAdvancedRotationInputBox.h |
| Include | #include "SAdvancedRotationInputBox.h" |
Syntax
template<typename NumericType>
class SAdvancedRotationInputBox : public SCompoundWidget
Remarks
Generic Rotation Slate control
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
Construct this widget | |
| bool | IsValidComponent
(
ESlateRotationRepresentation::Type InRepresentation, |
Classes
| Type | Name | Description | |
|---|---|---|---|
| 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 |