Navigation
API > API/Plugins > API/Plugins/EnhancedInput > API/Plugins/EnhancedInput/UEnhancedInputComponent
Description
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.
| Name | BindActionValue |
| Type | function |
| Header File | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/EnhancedInputComponent.h |
| Include Path | #include "EnhancedInputComponent.h" |
FEnhancedInputActionValueBinding & BindActionValue
(
const UInputAction * Action
)