HandleInputKey

Overload list

Windows
MacOS
Linux
Name Description

Public function

bool

 

HandleInputKey

(
    FEditorViewportClient& ViewportCli...,
    const FKey Key,
    const EInputEvent Event
)

Handles key input and translates it actions C++ Child classes are expected to to call there super versions of this.

Protected function Virtual

void

 

HandleInputKey

(
    FEditorViewportClient& ViewportCli...,
    FViewportActionKeyInput& Action,
    const FKey Key,
    const EInputEvent Event,
    bool& bOutWasHandled
)

To be overridden. Called by HandleInputKey before delegates and default input implementation

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss