How To Set Objective Value After Quest Was Taken

To do this you need to do four simple steps:

1) Create new object from class UQSQuest.

2) Set it in quest data asset -> Custom Quest Class

3) Override OnQuestTaken function

4) Get requered objective by tag and call SetObjectiveValue function

Last updated