FGameplayDebuggerAddonBase::BindKeyPress

Creates new key binding handler: single key press

Windows
MacOS
Linux

References

Module

GameplayDebugger

Header

/Engine/Source/Developer/GameplayDebugger/Public/GameplayDebuggerAddonBase.h

Include

#include "GameplayDebuggerAddonBase.h"

Syntax

template<class UserClass>
bool BindKeyPress
(
    FName KeyName,
    UserClass * KeyHandlerObject,
    typename FGameplayDebuggerInputHandler::FHandler::TRawMethodDelegate< UserClass >::FMethodPtr KeyHandlerFunc,
    EGameplayDebuggerInputMode InputMode
)

Remarks

Creates new key binding handler: single key press

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