Navigation
API > API/Runtime > API/Runtime/GameplayDebugger > API/Runtime/GameplayDebugger/FGameplayDebuggerAddonBase
| Type | Name | Description | |
|---|---|---|---|
| bool | BindKeyPress
(
FName KeyName, |
Creates new key binding handler: single key press | |
| bool | BindKeyPress
(
const FGameplayDebuggerInputHandlerConfig& InputConfig, |
Creates new key binding handler: customizable key press, stored in config files | |
| bool | BindKeyPress
(
FName KeyName, |
Creates new key binding handler: key press with modifiers |