Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UInputComponent
| Type | Name | Description | |
|---|---|---|---|
| FInputAxisKeyBinding & | BindAxisKey
(
const FKey AxisKey |
Indicates that the InputComponent is interested in knowing/consuming an axis key's value (via GetAxisKeyValue) but does not want a delegate function called each frame. | |
| FInputAxisKeyBinding & | BindAxisKey
(
const FKey AxisKey, |
Binds a delegate function for an axis key (e.g. Mouse X). |