I’m having an issue in unreal where i’m looking to get two separate characters in my level one where it’s a male the other a female.
The issue is i can’t get two different characters that i have in my content browser in instead of both being the same.
i need to add a new pawn class or is there something else i am missing. (Also i’m using the mixamo anim pack file if that helps)
C-Arch
January 23, 2015, 9:36am
2
Its because in your my character BP it is set to that character.
You either need to change it via bp’s which i havent tried yet and cant comment.
Or just add an additional characterbp and switch between the two
what do you mean by BP may i ask as i’m not sure
C-Arch
January 28, 2015, 7:57pm
4
BP = blueprint.
You can create another character blueprint. And change the actor in another Blueprint, for example in the game blueprint to change the actor to the other blueprint.