Skip to main content

W_NarrativeMenu_QuestJournal

The quest journal widget is built up with a series of ScrollBoxes which use a series of BP_QuestJournalQuest and BP_QuestBranch to display information.

Text_ActiveQuestCount

This is a TextBlock which displays the current quantity of active (not closed, not failed, not-started) quests.

active-quests.webp

ActiveQuestsBox

This ScrollBox lists all quests as BP_QuestJournalQuest widgets listing all the current quantity of active (not closed, not failed, not-started) quests.

active-quests-list.webp

Text_FinishedQuestCount

This is a TextBlock which displays the current quantity of finished quests (closed, failed) quests.

inactive-quests.webp

FinishedQuestsBox

This ScrollBox lists all quests as BP_QuestJournalQuest widgets listing all the current complete (closed, failed) quests.

QuestTitle

This TextBlock shows the selected quests title.

quest-title.webp

Vertical Box

This widget lists all the tasks for the selected quest using the BP_QuestBranch to display information.

task-list.webp