FInputAxisBinding

Binds a delegate to an axis mapping.

Windows
MacOS
Linux

Inheritance Hierarchy

FInputBinding

FInputAxisBinding

References

Module

Engine

Header

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

Include

#include "Components/InputComponent.h"

Syntax

struct FInputAxisBinding : public FInputBinding

Remarks

Binds a delegate to an axis mapping.

Variables

Name Description

Public variable

FInputAxisUnifi...

 

AxisDelegate

The delegate bound to the axis.

Public variable

FName

 

AxisName

The axis mapping being bound to.

Public variable

float

 

AxisValue

The value of the axis as calculated during the most recent UPlayerInput::ProcessInputStack if the InputComponent was in the stack, otherwise all values should be 0.

Constructors

Name Description

Public function

FInputAxisBinding()

Public function

FInputAxisBinding

(
    const FName InAxisName
)

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