B1ZoneIndexGraph
- Stores a pair of zone indices and the door object IDs that connect them, used to represent a bidirectional zone connection.
* Used during zone graph construction to track which doors bridge specific zone pairs.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ZoneIndex1 | int32 | Index of the first zone in this zone connection pair. | Category: B1ZoneIndexGraph |
| ZoneIndex2 | int32 | Index of the second zone in this zone connection pair. | Category: B1ZoneIndexGraph |
| DoorObjectIds | TArray | List of door object IDs that bridge the two zones. | Category: B1ZoneIndexGraph |