Hello norman5000.
If you just want to swap 2 meshes than there a lot of ways to achieve that. I think one of the easiest way to do it if you are doing it in the level blueprint than this is an example.
I would always try to avoide using inputs in the level blueprint and try to keep all input actions in the player controller and pawn.
Hope this will help you