Swapping between characters

Hello.I’m wondering how i can do character swapping in Unreal.
I have my main character BP (Puzzlecharacter) where i store all my variables. I also made 2 children of the Puzzlecharacter class. My game is round-based and what i wish to accomplish is every time i enter a certain mode it should change the active player from player 1 to 2.

Any help is appreciated!

so your looking to swap players and not characters. what is the setup like? is it online multiplayer, splitscreen, shared controller? basically are you just asking how to do turn based or is there more to it?

Its a card game the players play on the same computer. The game play is round based. I have made 2 children of the main player character and would like to swap which child is “active” at the beginning of the round.

I have setup my round logic in the gamemode bp.