Quests&Objectives

Add Quest Component

  1. Open your PlayerState Blueprint. The engine PlayerState is enough.
  2. Add component Quest Component (UQuestComponent).
  3. Make sure that your GameMode uses that PlayerState class.
PlayerState Blueprint. Components list with Quest Component selected.

Add the component to PlayerState, not PlayerController. One component per player.