FInputAxisHandlerSignature

Delegate signature for axis handlers.

Windows
MacOS
Linux

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. : "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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss