To update this:
The add xp function is in my player BP. I added a function to the parent BP of the enemy, doing exactly the same thing, only now it’s in the enemy BP and thus inherited. How do I change it for each child class now though?
To update this:
The add xp function is in my player BP. I added a function to the parent BP of the enemy, doing exactly the same thing, only now it’s in the enemy BP and thus inherited. How do I change it for each child class now though?