Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UInputComponent
| Type | Name | Description | |
|---|---|---|---|
| FInputVectorAxisBinding & | BindVectorAxis
(
const FKey AxisKey |
Indicates that the InputComponent is interested in knowing/consuming a vector axis key's value (via GetVectorAxisKeyValue) but does not want a delegate function called each frame. | |
| FInputVectorAxisBinding & | BindVectorAxis
(
const FKey AxisKey, |
Binds a delegate function to a vector axis key (e.g. Tilt) Returned reference is only guaranteed to be valid until another vector axis key is bound. |