Worst-case scenario: the UEd Goblin wipes the map and burns down your house.
Legacy:RoadPathNode
From Unreal Wiki, The Unreal Engine Documentation Site
A pathnode for vehicles, but players on foot can use these as well. Regular PathNode actors are not designed to be used by vehicles, so use RoadPathNodes whenever you want to tell bots they can (not: must) use a vehicle to follow this path.
If you want to place a pathnode over water so bots know they can cross it using hovercrafts, use a HoverPathNode. If you need a pathnode exclusively useable by flying vehicles, players or monsters, use a FlyingPathNode. To tell bots they need to use a vehicle in order to reach a certain goal, use a SpecialVehicleObjective.
Properties[edit]
- float MaxRoadDist
- The maximum distance to connect to other pathnodes during build of path network.