| MissionType | EB1MissionType | Classification of the mission (e.g., Hope, Ambition, WorkMission). | |
| MissionTypeId | FName | Identifier of the content category this mission belongs to (e.g., ambition ID or job ID). | |
| MissionDtId | FName | Data table row ID referencing this mission's definition. | |
| ConditionStates | TArray | Array of runtime condition states tracking progress for each mission condition. | |
| bIsActive | bool | Whether this mission is currently active and accepting progress updates. | |
| bIsFinished | bool | Whether this mission has been completed. | |
| TargetEntityId | FB1EntityId | Entity ID of the specific target associated with this mission, if any. | |