Everytime I create an actor (AI) I want it to follow my character but when I ‘Spawn Actor from Class’ and spawn it somewhere legit, it doesn’t follow me because of it’s name. Can I somehow make a whole class of actors follow the character?
You can use GetPlayerPawn to get the pawn of the player.
Thanks!..