B1CareerTeamProjectCache
- Client-side cache of the in-career TeamProject progress state.
* Updated into FB1CareerKey.TeamProject when the S_UpdateTeamProject packet is received.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ProjectId | FName | Data table ID of the active team project. | |
| CurrentPoint | int32 | Current accumulated progress points. | |
| TotalPoint | int32 | Total points required to complete the project. | |
| ProgressPercent | float | Progress ratio as a percentage (0 to 100+). | |
| DeadlineTicks | int64 | Deadline tick for the active team project. | |
| bIsActive | bool | Whether a team project is currently active. |