B1ConditionTableRow
- DataTable row that stores compound AND/OR condition groups for reusable condition evaluation.
| Property | Type | Description | Metadata |
|---|---|---|---|
| AndConditionsList | TArray | The list of AND condition groups; all conditions in each group must be true. | Category: B1ConditionTableRow |
| OrConditionsList | TArray | The list of OR condition groups; at least one group must be satisfied. | Category: B1ConditionTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |