FInputActionValue

Overload list

Windows
MacOS
Linux
Name Description

Public function

FInputActionValue()

Support all relevant default constructors (FInputActionValue isn't movable)

Public function

FInputActionValue

(
    const FInputActionValue&
)

Public function

FInputActionValue

(
    FKey KeyDefault
)

Construct default value for a key.

Public function

FInputActionValue

(
    bool bInValue
)

Specialized constructors for supported types Converting a value to a different type (e.g. Val = FVector(1, 1, 1); Val = true;) zeroes out any unused components to ensure getters continue to function correctly.

Public function

FInputActionValue

(
    Axis1D InValue
)

Public function

FInputActionValue

(
    Axis2D InValue
)

Public function

FInputActionValue

(
    Axis3D InValue
)

Public function

FInputActionValue

(
    EInputActionValueType InValueType,
    Axis3D InValue
)

Build a specific type with an arbitrary Axis3D value.

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