Skip to content

📘 Quest Data Guide

🧩 Struct: FB1QuestTableRow

Defines a quest flow including all stages, category grouping, and completion rules.

Properties

  • Id (FName): Unique quest identifier.
  • IsLazyComplete (bool): Even if all missions are cleared, they can only be completed through a specific action. For example, if IsLazyComplete is set to True, the mission can be completed by pressing the "Submit" button in the mission UI.
  • QuestCategoryId (FName): Grouping category for this quest. (Foreign = "QuestCategory.Id")
  • QuestList (TArray<FB1QuestInfo>): Ordered list of quest stages and conditions.

📚 References