UViewportInteractor::HandleInputAxis

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

Windows
MacOS
Linux

Override Hierarchy

UViewportInteractor::HandleInputAxis()

UVREditorInteractor::HandleInputAxis()

References

Module

ViewportInteraction

Header

/Engine/Source/Editor/ViewportInteraction/Public/ViewportInteractor.h

Include

#include "ViewportInteractor.h"

Syntax

virtual void HandleInputAxis
(
    class FEditorViewportClient & ViewportClient,
    FViewportActionKeyInput & Action,
    const FKey Key,
    const float Delta,
    const float DeltaTime,
    bool & bOutWasHandled
)

Remarks

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