B1SubTPOTableRow
- Table row that defines a single SubTPO condition entry.
* Each entry specifies a condition within its category and references
* a TPOAction that provides recommended and banned interaction tags.
| Property | Type | Description | Metadata |
|---|---|---|---|
| SubTPOCategory | EB1SubTPOCategory | Category this SubTPO belongs to. Must match the parent TPO's SubTPOCategory. | Category: B1SubTPOTableRow |
| ConditionId | FName | Condition that must be satisfied for this SubTPO to apply. | Category: B1SubTPOTableRow Foreign: Condition.Id |
| TPOActionId | FName | TPOAction ID that defines the recommended and banned interaction tags for this condition. | Category: B1SubTPOTableRow Foreign: TPOAction.Id |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |