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.
Add the component to PlayerState, not PlayerController. One component per player.