Enhanced Input BindAction — bind an Input Action to a Blueprint function (UE5 new input)
Updated 6mo ago
Reference
UE5 Enhanced Input replaces legacy BindAxis/BindAction. In BP: use 'Enhanced Action Events' category nodes (IA_ nodes appear automatically). ETriggerEvent: Started (pressed), Triggered (held), Completed (released). Input Action outputs: 'Action Value' (InputActionValue struct) and typed output.
Pins
Inputs
None.
Outputs
None.
Function target: UEnhancedInputComponent · Node name: EnhancedInputComponent_BindAction