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.
ActiveQuestsBox
This ScrollBox lists all quests as BP_QuestJournalQuest widgets listing all the current quantity of active (not closed, not failed, not-started) quests.
Text_FinishedQuestCount
This is a TextBlock which displays the current quantity of finished quests (closed, failed) quests.
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.
Vertical Box
This widget lists all the tasks for the selected quest using the BP_QuestBranch to display information.