Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UInputComponent
Description
Gets the action binding with the specified index.
| Name | GetActionBinding |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/InputComponent.h |
| Include Path | #include "Components/InputComponent.h" |
FInputActionBinding & GetActionBinding
(
const int32 BindingIndex
) const
Parameters
| Name | Remarks |
|---|---|
| BindingIndex | The index of the binding to get. |
See Also
-
GetNumActionBindings
-
RemoveActionBinding