UVREditorInteractor::HandleInputKey

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

Windows
MacOS
Linux

Override Hierarchy

UViewportInteractor::HandleInputKey()

UVREditorInteractor::HandleInputKey()

References

Module

VREditor

Header

/Engine/Source/Editor/VREditor/Public/VREditorInteractor.h

Include

#include "VREditorInteractor.h"

Syntax

virtual void HandleInputKey
(
    class FEditorViewportClient & ViewportClient,
    FViewportActionKeyInput & Action,
    const FKey Key,
    const EInputEvent Event,
    bool & bOutWasHandled
)

Remarks

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