B1TPOPlanTableRow
- A sequential TPO Plan that can be referenced by one or more Site rows.
| Property | Type | Description | Metadata |
|---|---|---|---|
| AgingConditionFlags | int32 | Ages that can select this plan. | Category: B1TPOPlanTableRow |
| SelectionWeight | int32 | Base weight used when choosing between eligible plans. | Category: B1TPOPlanTableRow |
| PreferenceWeights | TArray | Additional weights applied for matching like/dislike preferences. Allow weight <= 0 | Category: B1TPOPlanTableRow |
| CharacteristicWeights | TArray | Additional weights applied for matching Characteristic-category traits. Allow weight <= 0 | Category: B1TPOPlanTableRow |
| NatureWeights | TArray | Additional weights applied for matching Nature-category traits. Allow weight <= 0 | Category: B1TPOPlanTableRow |
| RelatedSiteIds | TArray | Category: B1TPOPlanTableRow Foreign: Site.Id | |
| Steps | TArray | Required interaction steps, executed in array order. | Category: B1TPOPlanTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |