FInputAxisKeyBinding

Binds a delegate to a raw float axis mapping.

Windows
MacOS
Linux

Inheritance Hierarchy

FInputBinding

FInputAxisKeyBinding

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/InputComponent.h

Include

#include "Components/InputComponent.h"

Syntax

struct FInputAxisKeyBinding : public FInputBinding

Remarks

Binds a delegate to a raw float axis mapping.

Variables

Name Description

Public variable

FInputAxisUnifi...

 

AxisDelegate

The delegate bound to the axis.

Public variable

FKey

 

AxisKey

The axis being bound to.

Public variable

float

 

AxisValue

The value of the axis as calculated during the most recent UPlayerInput::ProcessInputStack if the InputComponent containing the binding was in the stack, otherwise the value will be 0.

Constructors

Name Description

Public function

FInputAxisKeyBinding()

Public function

FInputAxisKeyBinding

(
    const FKey InAxisKey
)

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