Navigation
API > API/Editor > API/Editor/ViewportInteraction > API/Editor/ViewportInteraction/UViewportInteractor
| Type | Name | Description | |
|---|---|---|---|
| bool | HandleInputAxis
(
FEditorViewportClient& ViewportClient, |
Handles axis input and translates it to actions C++ Child classes are expected to to call there super versions of this. | |
| void | HandleInputAxis
(
FEditorViewportClient& ViewportClient, |
To be overridden. Called by HandleInputAxis before delegates and default input implementation |