BindVectorAxis

Overload list

Windows
MacOS
Linux
Name Description

Public function

FInputVector...

 

BindVectorAxis

(
    const FKey AxisKey
)

Indicates that the InputComponent is interested in knowing/consuming a vector axis key's value (via GetVectorAxisKeyValue) but does not want a delegate function called each frame.

Public function

FInputVector...

 

BindVectorAxis

(
    const FKey AxisKey,
    UserClass* Object,
    typename FInputVectorAxisHandlerSig...
)

Binds a delegate function to a vector axis key (e.g. Tilt) Returned reference is only guaranteed to be valid until another vector axis key is bound.

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