Plugin

Ah yes, that makes sense. There is a bit of documentation on the input stack here: Input in Unreal Engine | Unreal Engine 5.1 Documentation

The key is that if an actor isn’t the player controller, the level script, or the possessed pawn we don’t forward the input by default (each of those can have it disabled too). To push another actor in to the input stack you need to call EnableInput on it.