Navigation
API > API/Plugins > API/Plugins/EnhancedInput > API/Plugins/EnhancedInput/UEnhancedInputComponent
Description
Removes the action binding at the specified index.
| Name | RemoveActionEventBinding |
| Type | function |
| Header File | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/EnhancedInputComponent.h |
| Include Path | #include "EnhancedInputComponent.h" |
| Source | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Private/EnhancedInputComponent.cpp |
bool RemoveActionEventBinding
(
const int32 BindingIndex
)
Whether the binding was successfully removed.
Parameters
| Name | Remarks |
|---|---|
| BindingIndex | The index of the binding to remove. |
See Also
-
BindAction
-
ClearActionEventBindings
-
GetActionEventBinding
-
GetNumActionEventBindings