Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE > API/Plugins/CustomizableObjectEditor/MuCOE/FCustomizableObj-
- FEditorViewportClient::InputWidgetDelta()
- FCustomizableObjectEditorViewportClient::InputWidgetDelta()
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Public/MuCOE/CustomizableObjectEditorViewportClient.h |
| Include | #include "MuCOE/CustomizableObjectEditorViewportClient.h" |
| Source | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Private/MuCOE/CustomizableObjectEditorViewportClient.cpp |
virtual bool InputWidgetDelta
&40;
FViewport &42; InViewport,
EAxisList::Type CurrentAxis,
FVector & Drag,
FRotator & Rot,
FVector & Scale
&41;
Remarks
Called to give the viewport client a chance to handle widgets being moved
Parameters
| Name | Description |
|---|---|
| InViewport | The viewport being rendered |
| CurrentAxis | The current widget axis being moved |
| Drag | The amount the widget was translated (the value depends on the coordinate system of the widget. See GetWidgetCoordSystem ) |
| Rot | The amount the widget was rotated (the value depends on the coordinate system of the widget. See GetWidgetCoordSystem ) |
| Scale | The amount the widget was scaled (the value depends on the coordinate system of the widget. See GetWidgetCoordSystem ) |