Navigation
Unreal Engine C++ API Reference > Editor > ViewportInteraction
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UViewportDragOperation
- URotateOnAngleDragOperation
References
Module | ViewportInteraction |
Header | /Engine/Source/Editor/ViewportInteraction/Public/ViewportInteractionDragOperations.h |
Include | #include "ViewportInteractionDragOperations.h" |
Syntax
class URotateOnAngleDragOperation : public UViewportDragOperation
Remarks
Rotation around one axis based on input angle.
Constructors
Type | Name | Description | |
---|---|---|---|
Functions
Type | Name | Description | |
---|---|---|---|
FVector | When RotateOnAngle we intersect on a plane to rotate the transform gizmo. |
Overridden from UViewportDragOperation
Type | Name | Description | |
---|---|---|---|
void | ExecuteDrag
(
FDraggingTransformableData& DraggingData |
Execute dragging |