| Index | int32 | Global index of this node in the city graph node array. | Category: B1CityGraphNode |
| Category | EB1CityGraphCategory | Traffic category flags applicable to this node (e.g., Pedestrian, Car). | Category: B1CityGraphNode |
| Position | FVector | World-space position of this node. | Category: B1CityGraphNode |
| Width | float | Width of the node, used for pathfinding and visualization. | Category: B1CityGraphNode |
| Links | TArray | List of road links connecting to this node. | Category: B1CityGraphNode |
| UID | FName | Unique named identifier for this node. | Category: B1CityGraphNode |