Bind input action to multiple pawns by C++

How to bind one input action to multiple pawns? I have tried. However, this action functions will only be call in one pawn.

Input is sent down a list of handlers until it’s handled, and at that point it won’t travel further.

Best make some intermediary function that handles the input and calls all the pawns separately.

OK. But I still want to bind two actions to two pawns each other. In that case, also action function will only be call in one pawn.