EnableInput on remote controlled Character

I have a Character that serves as the player’s main body in the world, and they can also remotely control a miniature avatar separately. While I can get input from my main body and send it to the avatar with a separate function, I’d like to separate the input handling for the body and avatar by simply enabling input for the avatar. However, nothing I’ve tried works, including setting the avatar to auto receive input from the player.

I’ve attached an example project and screenshot to demonstrate the issue. If this is a limitation of characters or pawns, removing that limitation should be a high priority.

In case this has been fixed in later versions, I should mention that I’m currently using 4.4.

Is your remote a subclass of Actor or a Pawn? I would try switching it around.

It is a Character, to make use of the character movement component.