ICommonActionHandlerInterface::HandleHoldInput

The common input manager calls this for any object implementing this interface

Windows
MacOS
Linux

References

Module

CommonUI

Header

/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Public/CommonActionHandlerInterface.h

Include

#include "CommonActionHandlerInterface.h"

Syntax

bool HandleHoldInput
(
    int32 ControllerId,
    FKey KeyPressed,
    EInputEvent EventType,
    bool & bPassThrough
)

Remarks

The common input manager calls this for any object implementing this interface

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