HandleInputAxis

Overload list

Windows
MacOS
Linux
Name Description

Public function

bool

 

HandleInputAxis

(
    FEditorViewportClient& ViewportCli...,
    const FKey Key,
    const float Delta,
    const float DeltaTime
)

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

Protected function Virtual

void

 

HandleInputAxis

(
    FEditorViewportClient& ViewportCli...,
    FViewportActionKeyInput& Action,
    const FKey Key,
    const float Delta,
    const float DeltaTime,
    bool& bOutWasHandled
)

To be overridden. Called by HandleInputAxis 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