Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Components > UInputComponent
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 RemoveAxisBinding
(
const FName AxisName
)
Remarks
Removes the axis binding with the specified name.
Parameters
Name | Description |
---|---|
AxisName | the name of the axis to remove. |