Quest UI (Quest Complete / Remove Quest Entry from UI Panel)

Greetings,

Just a quick question for anybody that has already run through the course.

Upon completion of a quest - does the UI Element / Quest List remove the completed quest entry from the UI Panel ?

I’ve noticed at the end of this video that even when the quest has been completed and the objective is marked as complete the quest entry itself stays in the log.

Having just finished this course in its entireity I’ve been jumping in and out of lessons and testing / prototyping / planning for some custom predicates and conditions so I’m not sure if I have just borked something along the way or if it’s not something built into the current setup.

Thanks for any pointers.

1 Like

Removing completed quests from the UI is fairly simple, actually.
Simply add this line in QuestListUI.Redraw at the beginning of the foreach loop

if(status.IsComplete()) continue;
2 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms