B1UpdateQuest
- Represents an incremental update to a quest's history, identifying the quest, mission, removal state, and updated history element.
| Property | Type | Description | Metadata |
|---|---|---|---|
| QuestId | FName | The data table ID of the quest being updated. | |
| MissionDtId | FName | The data table ID of the mission within the quest being updated. | |
| IsRemoveQuest | bool | Whether this update represents the removal of the quest. | |
| HistoryElement | FB1QuestHistoryElement | The updated history element data for this quest task. |