Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components
Type
typedef TBaseDelegate_OneParam< void, float > FInputAxisHandlerSignature
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/InputComponent.h |
| Include | #include "Components/InputComponent.h" |
Remarks
Delegate signature for axis handlers. @AxisValue: "Value" to pass to the axis. This value will be the device-dependent, so a mouse will report absolute change since the last update, a joystick will report total displacement from the center, etc. It is up to the handler to interpret this data as it sees fit, i.e. treating joystick values as a rate of change would require scaling by frametime to get an absolute delta.