UEnhancedInputComponent::BindActionValue

Binds a [UInputAction](API\Plugins\EnhancedInput\UInputAction) assigned via [UInputMappingContext](API\Plugins\EnhancedInput\UInputMappingContext) to this component.

Windows
MacOS
Linux

References

Module

EnhancedInput

Header

/Engine/Plugins/Experimental/EnhancedInput/Source/EnhancedInput/Public/EnhancedInputComponent.h

Include

#include "EnhancedInputComponent.h"

Syntax

FEnhancedInputActionValueBinding & BindActionValue
(
    const UInputAction * Action
)

Remarks

Binds a UInputAction assigned via UInputMappingContext to this component. No delegate will be called when this action triggers. The binding simply reflects the current value of the action.

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