Navigation
API > API/Plugins > API/Plugins/EnhancedInput
Inheritance Hierarchy
- FInputBindingHandle
- FEnhancedInputActionEventBinding
- FEnhancedInputActionEventDelegateBinding
References
| Module | EnhancedInput |
| Header | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/EnhancedInputComponent.h |
| Include | #include "EnhancedInputComponent.h" |
Syntax
struct FEnhancedInputActionEventBinding : public FInputBindingHandle
Remarks
A binding to an input action trigger event.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FEnhancedInputActionEventBinding
(
const FEnhancedInputActionEventBinding& CloneFrom, |
Clone constructor. | ||
FEnhancedInputActionEventBinding
(
const UInputAction* InAction, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< FEnhancedInputActionEventBinding > | Clone () |
||
| void | Execute
(
const FInputActionInstance& ActionData |
||
| const UInputAction * | GetAction () |
||
| ETriggerEvent | |||
| bool | IsBoundToObject
(
void const* Object |
||
| void | SetShouldFireWithEditorScriptGuard
(
const bool bNewValue |