Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components
Inheritance Hierarchy
- FInputBinding
- FInputKeyBinding
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/InputComponent.h |
| Include | #include "Components/InputComponent.h" |
Syntax
struct FInputKeyBinding : public FInputBinding
Remarks
Binds a delegate to a key chord.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FInputChord | Chord | Input Chord to bind to | |
| FInputActionUnifiedDelegate | KeyDelegate | The delegate bound to the key chord | |
| TEnumAsByte< EInputEvent > | KeyEvent | Key event to bind it to (e.g. pressed, released, double click) |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FInputKeyBinding
(
const FInputChord InChord, |