UEnhancedInputComponent::BindDebugKey

Binds a chord event to a delegate function in development builds only.

Windows
MacOS
Linux

References

Module

EnhancedInput

Header

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

Include

#include "EnhancedInputComponent.h"

Syntax

template<class UserClass>
FInputDebugKeyBinding & BindDebugKey
(
    const FInputChord Chord,
    const EInputEvent KeyEvent,
    UserClass * Object,
    typename FInputDebugKeyHandlerSignature::TUObjectMethodDelegate< UserClass >::FMethodPtr Func,
    bool bExecuteWhenPaused
)

Remarks

Binds a chord event to a delegate function in development builds only.

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