Navigation
API > API/Plugins > API/Plugins/EnhancedInput > API/Plugins/EnhancedInput/UEnhancedInputComponent
Description
Removes the binding with the specified handle. Binding handles are unique across all bindings.
| Name | RemoveBindingByHandle |
| 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 RemoveBindingByHandle
(
const uint32 Handle
)
Whether the binding was successfully removed.
Parameters
| Name | Remarks |
|---|---|
| Handle | The handle of the binding to remove. |
See Also
-
BindAction
-
ClearActionEventBindings
-
GetActionEventBinding
-
GetNumActionEventBindings