B1QuestInfo
- Contains the runtime information for a quest instance, including timing, task list, and condition list.
| Property | Type | Description | Metadata |
|---|---|---|---|
| StartTime | int32 | The in-game time when this quest instance starts. | Category: B1QuestInfo |
| EndTime | int32 | The in-game time when this quest instance ends. | Category: B1QuestInfo |
| ExpireTime | int32 | The in-game time after which this quest instance expires. | Category: B1QuestInfo |
| QuestTask | TArray | The list of tasks that must be completed for this quest instance. | Category: B1QuestInfo |
| Conditions | TArray | The list of conditions that must be satisfied for this quest instance. | Category: B1QuestInfo |