Navigation
API > API/Editor > API/Editor/ViewportInteraction > API/Editor/ViewportInteraction/UViewportWorldInteraction
To handle raw axis input from the Input Preprocessor
| Name | FOnHandleInputAxis |
| Type | class |
| Header File | /Engine/Source/Editor/ViewportInteraction/Public/ViewportWorldInteraction.h |
| Include Path | #include "ViewportWorldInteraction.h" |
Syntax
class FOnHandleInputAxis : public TBaseMulticastDelegate_SixParams< void, class FEditorViewportClient *, const int32, const FKey, const float, const float, bool & >
Inheritance Hierarchy
- TBaseMulticastDelegate_SixParams< void, class FEditorViewportClient *, const int32, const FKey, const float, const float, bool & > → UViewportWorldInteraction::FOnHandleInputAxis