How choose spawn

Hello i have little question how i can choose in bp what actor i spawn like i have mouse and elephant and i want choose with who i play.

There’s a blueprint node which should allow your player controller to possess a character. The default character is set in the game mode, but you can create a level blueprint or game state blueprint to create a character selection system.

Make UI that will chose those things and it will set variables in PlayerController, also set DefaultPawn to NULL in GameMode

Override Choose Player Start and Get Default Pawn Class For Controller in GameMode, to return selected spawn (oh wait you don’t want that, but that will be useful info :)) and pawn class. And call Spawn Default Pawn For.