Change Character From Menu Help

Hello! I am trying to create a widget that can be brought up in-game, that allows me to change the character’s blueprint with the click of a button (play as a different character while in-game). I have a widget that I already created, but need help with the blueprint part. Would anyone be willing to guide me through this process?

Character is a Pawn possessed by Controller. So to Change the Character that you want to control, you are changing the pawn that your controller is currently possessing. You can use “Possess” node to change currently possessing pawn.
You can see this video for details: https://www.youtube.com/watch?v=GAlBfDtTcYE

Thank you for the response, I’ll look into this!