UEnhancedPlayerInput::InputKey

Handles a key input event. Returns true if there is an action that handles the specified key.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UPlayerInput::InputKey()

UEnhancedPlayerInput::InputKey()

References

Module

EnhancedInput

Header

/Engine/Plugins/Experimental/EnhancedInput/Source/EnhancedInput/Public/EnhancedPlayerInput.h

Include

#include "EnhancedPlayerInput.h"

Source

/Engine/Plugins/Experimental/EnhancedInput/Source/EnhancedInput/Private/EnhancedPlayerInput.cpp

Syntax

virtual bool InputKey
(
    const FInputKeyParams & Params
)

Remarks

Handles a key input event. Returns true if there is an action that handles the specified key.