Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UInputComponent
| Type | Name | Description | |
|---|---|---|---|
| void | RemoveActionBinding
(
const int32 BindingIndex |
Removes the action binding at the specified index. | |
| void | RemoveActionBinding
(
FName ActionName, |
Removes the action binding at the specified index. | |
| void | RemoveActionBinding
(
const FInputActionBinding& BindingToRemove, |
Removes the action binding (index need for multi-name fixups). |