Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UInputComponent
Description
Removes the action binding at the specified handle.
| Name | RemoveActionBindingForHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/InputComponent.h |
| Include Path | #include "Components/InputComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/InputComponent.cpp |
void RemoveActionBindingForHandle
(
const int32 Handle
)
Parameters
| Name | Remarks |
|---|---|
| Handle | The handle of the binding to remove. |