B1MissionTableRow
- Data table row defining a standard mission and its required conditions.
* Supports targeting a specific entity for missions that involve interactions with a particular character.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Conditions | TArray | List of conditions that must all be met to complete this mission. | Category: B1MissionTableRow |
| IsTargetEntityMission | bool | Whether this mission targets a specific entity for its condition evaluation. | Category: B1MissionTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |