Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Components > UInputComponent > RemoveActionBinding
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Components/InputComponent.h |
Include | #include "Components/InputComponent.h" |
Source | /Engine/Source/Runtime/Engine/Private/Components/InputComponent.cpp |
void RemoveActionBinding
(
const FInputActionBinding & BindingToRemove,
const int32 BindingIndex
)
Remarks
Removes the action binding (index need for multi-name fixups).
Parameters
Name | Description |
---|---|
BindingToRemove | The binding to remove. |
BindingIndex | The binding's index for actions with the same name to fixup their data. |