| ZoneIndex | int32 | Index of the destination zone this edge leads to. | Category: B1ZoneGraphEdge |
| bRelateSameZoneConnectNode | bool | Whether this edge passes through a same-zone connection node. | Category: B1ZoneGraphEdge |
| SameZoneConnectInfo | FB1SameZoneConnectEdgeInfo | Additional connection info used when this edge traverses a same-zone connect node. | Category: B1ZoneGraphEdge |
| Cost | int32 | Traversal cost for this edge used in zone graph pathfinding. | Category: B1ZoneGraphEdge |
| ConnectedNodeIndex | int32 | Index of the zone graph node this edge connects to. | Category: B1ZoneGraphEdge |
| CachedPath | TArray | Cached navigation path nodes for this edge's traversal. | Category: B1ZoneGraphEdge |