Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UInputComponent
Description
Gets the current vector value of the axis with the specified key.
| Name | GetVectorAxisValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/InputComponent.h |
| Include Path | #include "Components/InputComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/InputComponent.cpp |
FVector GetVectorAxisValue
(
const FKey AxisKey
) const
Axis value.
Parameters
| Name | Remarks |
|---|---|
| AxisKey | The key of the axis. |