B1CityPathFindGroup
- Stores pathfinding group definitions for a city, along with a lookup map from site name to group index.
* Used by the pathfinding system to quickly determine which group a site belongs to.
| Property | Type | Description | Metadata |
|---|---|---|---|
| PathFindGroups | TArray | Array of pathfinding groups, each containing a set of sites that share a pathfinding partition. | Category: B1CityPathFindGroup |
| SiteAreaPathGroupIndex | TMap | Lookup map from site area name to its pathfinding group index. | Category: B1CityPathFindGroup |