UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FInputAxisKeyBinding Struct Reference

#include <InputComponent.h>

+ Inheritance diagram for FInputAxisKeyBinding:

Public Member Functions

 FInputAxisKeyBinding ()
 
 FInputAxisKeyBinding (const FKey InAxisKey)
 
- Public Member Functions inherited from FInputBinding
 FInputBinding ()
 

Public Attributes

float AxisValue
 
FKey AxisKey
 
FInputAxisUnifiedDelegate AxisDelegate
 
- Public Attributes inherited from FInputBinding
uint8 bConsumeInput:1
 
uint8 bExecuteWhenPaused:1
 

Detailed Description

Binds a delegate to a raw float axis mapping.

Constructor & Destructor Documentation

◆ FInputAxisKeyBinding() [1/2]

FInputAxisKeyBinding::FInputAxisKeyBinding ( )
inline

◆ FInputAxisKeyBinding() [2/2]

FInputAxisKeyBinding::FInputAxisKeyBinding ( const FKey  InAxisKey)
inline

Member Data Documentation

◆ AxisDelegate

FInputAxisUnifiedDelegate FInputAxisKeyBinding::AxisDelegate

The delegate bound to the axis. It will be called each frame that the input component is in the input stack regardless of whether the value is non-zero or has changed.

◆ AxisKey

FKey FInputAxisKeyBinding::AxisKey

The axis being bound to.

◆ AxisValue

float FInputAxisKeyBinding::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.


The documentation for this struct was generated from the following file: