Hi, how to change (swich) the character to a roling ball in one game?

Hi, how to change (swich) the character to a roling ball in one game? (To be more specific, how to play with the human character and a roling ball in the same level by swiching between them by a buttom)

  1. You can make different set of components in actor and switch them around and switch the movement code, Character class already do something like that with swimming and walking modes

  2. Make two different pawns (or characters), on switch spawn new one destroy old one and make player controller posses new pawn. If character need to exist all the time then it’s a lot easier, simply posses pawn you switching too.