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 |
FVector GetVectorAxisValue
(
const FKey AxisKey
) const
Remarks
Gets the current vector value of the axis with the specified key. Axis value.
Parameters
Name | Description |
---|---|
AxisKey | The key of the axis. |