Add Quest Component
- Open your PlayerState Blueprint. The engine PlayerState is enough.
- Add component Quest Component (
UQuestComponent). - Make sure that your GameMode uses that PlayerState class on server and client.
Add the component to PlayerState, not PlayerController. QuestStates replicate OwnerOnly to that player.