Navigation
API > API/Editor > API/Editor/ViewportInteraction
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UViewportTransformer
- UActorTransformer
References
| Module | ViewportInteraction |
| Header | /Engine/Source/Editor/ViewportInteraction/Public/ViewportTransformer.h |
| Include | #include "ViewportTransformer.h" |
Syntax
class UViewportTransformer : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UViewportWorldInteraction > | ViewportWorldInteraction | The viewport world interaction object we're registered with |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| void | Init
(
UViewportWorldInteraction* InitViewportWorldInteraction |
||
| void | OnStartDragging
(
UViewportInteractor* Interactor |
When starting to drag | |
| void | OnStopDragging
(
UViewportInteractor* Interactor |
When ending drag | |
| bool | |||
| void | Shutdown () |