Get RPG Reference of a Player
Last updated
Last updated
To access to the RPG functions you always need to get the RPGSystem Component reference of the player.
If you are on a server environment then you can use GetConnectedPlayer()
from the GameMode. It outputs the RPGSystem Reference.
Just use GetOwner()
on the RPGSystem Reference to get the PlayerCharacter reference