B1QuestHistoryElement
- Represents the history entry for a single quest task, recording its success, failure, active state, end tick, and condition progress.
| Property | Type | Description | Metadata |
|---|---|---|---|
| IsSuccess | bool | Whether this mission task was completed successfully. | |
| IsFail | bool | Whether this mission task has failed. | |
| IsActive | bool | Whether this mission task is currently active. | |
| EndTick | int64 | The game tick at which this task ended. | |
| ConditionDatas | TArray | The list of condition progress data entries for this task. |