FInputVectorAxisBinding

Binds a delegate to a raw vector axis mapping.

Windows
MacOS
Linux

Inheritance Hierarchy

FInputBinding

FInputVectorAxisBinding

References

Module

Engine

Header

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

Include

#include "Components/InputComponent.h"

Syntax

struct FInputVectorAxisBinding : public FInputBinding

Remarks

Binds a delegate to a raw vector axis mapping.

Variables

Name Description

Public variable

FInputVectorAxi...

 

AxisDelegate

The delegate bound to the axis.

Public variable

FKey

 

AxisKey

The axis being bound to.

Public variable

FVector

 

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,0,0).

Constructors

Name Description

Public function

FInputVectorAxisBinding()

Public function

FInputVectorAxisBinding

(
    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