B1SitePathFindOutlineInfo
- Stores the outline boundary segment for site pathfinding, identifying which side it belongs to and its world-space start and end points.
* Used during site-boundary sliding to determine collision contour edges around a site's pathfinding area.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Side | EB1SitePathFindOutlineSide | Which side of the site boundary this outline segment is on. | Category: B1SitePathFindOutlineInfo |
| StartPoint | FVector | World-space start point of this outline boundary segment. | Category: B1SitePathFindOutlineInfo |
| EndPoint | FVector | World-space end point of this outline boundary segment. | Category: B1SitePathFindOutlineInfo |