Create Quest

1

Create Quest Definition

First create a blueprint that inherits quest definition, this is where you will setup the quest.

2

Add Objectives

Add objectives to the quest. You can create new objective if needed

3

Add the quest to a QuestGiver component

You must add the newly created quest into a quest giver component

4

Or directly give the quest

You can also give the quest directly to the player from any blueprint by getting the quest manager subystem and calling its GiveQuest function

Last updated