B1PostureCategoryTableRow
- Table row defining a posture category, containing a list of posture IDs that belong to this category.
* Used to map PostureId to a category for group-level checks (e.g., IsInPostureCategory).
| Property | Type | Description | Metadata |
|---|---|---|---|
| PostureIdList | TArray | The list of posture IDs that belong to this category. | Category: B1PostureCategoryTableRow Foreign: Posture.Id |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |