How to choose from multiple player pawns (player models) in scene?

Put the skeletal meshes in a BlueprintReadOnly array. When the correct button is pressed on your avatar menu, set the pawn’s Mesh property to the desired array value.

1 Like