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