![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <PlayerInput.h>
Public Member Functions | |
| bool | operator== (const FInputAxisKeyMapping &Other) const |
| bool | operator< (const FInputAxisKeyMapping &Other) const |
| FInputAxisKeyMapping (const FName InAxisName=NAME_None, const FKey InKey=EKeys::Invalid, const float InScale=1.f) | |
Public Attributes | |
| FName | AxisName |
| float | Scale |
| FKey | Key |
Defines a mapping between an axis and key
|
inline |
|
inline |
|
inline |
| FName FInputAxisKeyMapping::AxisName |
Friendly name of axis, e.g "MoveForward"
| FKey FInputAxisKeyMapping::Key |
Key to bind it to.
| float FInputAxisKeyMapping::Scale |
Multiplier to use for the mapping when accumulating the axis value