Navigation
API > API/Plugins > API/Plugins/EnhancedInput
Inheritance Hierarchy
- FInputBindingHandle
- FInputDebugKeyBinding
- FInputDebugKeyDelegateBinding
References
| Module | EnhancedInput |
| Header | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/EnhancedInputComponent.h |
| Include | #include "EnhancedInputComponent.h" |
Syntax
struct FInputDebugKeyBinding : public FInputBindingHandle
Remarks
Binds a delegate to an event on a key chord.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bExecuteWhenPaused | ||
| FInputChord | Chord | Input Chord to bind to | |
| TEnumAsByte< EInputEvent > | KeyEvent | Key event to bind it to (e.g. pressed, released, double click) |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FInputDebugKeyBinding
(
const FInputDebugKeyBinding& CloneFrom, |
Clone constructor. | ||
FInputDebugKeyBinding
(
const FInputChord InChord, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< FInputDebugKeyBinding > | Clone () |
||
| void | Execute
(
const FInputActionValue& ActionValue |