With further investigation, I learnt that while I should make the RPC call to server inside the actor blueprint, I need to make sure the actual logic is put inside the PLAYER blueprint, which fixes the problem
With further investigation, I learnt that while I should make the RPC call to server inside the actor blueprint, I need to make sure the actual logic is put inside the PLAYER blueprint, which fixes the problem