B1ZoneGraphZoneInfo
- Stores zone graph connectivity data for a single zone, tracking connected node indices and the floor level it occupies.
* Used to resolve inter-zone transitions during pathfinding.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ConnectedNodeIndex | TArray | Indices of zone graph nodes connected to this zone. | Category: B1ZoneGraphZoneInfo |
| ZoneFloorLevel | int32 | Floor level index this zone resides on. | Category: B1ZoneGraphZoneInfo |