Navigation
API > API/Editor > API/Editor/ViewportInteraction > API/Editor/ViewportInteraction/UViewportInteractor > API/Editor/ViewportInteraction/UViewportInteractor/HandleInputKey
References
Module | ViewportInteraction |
Header | /Engine/Source/Editor/ViewportInteraction/Public/ViewportInteractor.h |
Include | #include "ViewportInteractor.h" |
Source | /Engine/Source/Editor/ViewportInteraction/Private/ViewportInteractor.cpp |
bool HandleInputKey
&40;
class FEditorViewportClient & ViewportClient,
const FKey Key,
const EInputEvent Event
&41;
Remarks
Handles key input and translates it actions C++ Child classes are expected to to call there super versions of this. BP will have there "Receive" versions called from within these function and do not have to call there parents. They simply need to return if they handled the input or not.