Hi All,
Recently I’ve converted my project from 4.7.6 to 4.9. In my AIController class I’m using for respawning players GetWorld()->GetAuthGameMode()->RestartPlayer(this); is not working properly. The problem is first time my AI players are spawning perfectly but after their death instead of AI players, my player actor is getting spawned. I don’t know what happened. In my previous version RestartPlayer(this) will spawn my AI character perfectly, but now restartplayer(this) is not working. I want to spawn my AI players after their first death by calling Restartplayer(this) please help me with this issue.
Thanks&Regards
Programmer