Navigation
API > API/Plugins > API/Plugins/ZoneGraph
References
| Module | ZoneGraph |
| Header | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Public/ZoneGraphTypes.h |
| Include | #include "ZoneGraphTypes.h" |
Syntax
USTRUCT&40;&41;
struct FZoneGraphStorage
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FVector > | BoundaryPoints | All the zone boundary points, referred by zones. | |
| FBox | Bounds | Bounding box of all zones. | |
| FZoneGraphDataHandle | DataHandle | The handle that this storage represents, updated when data is registered to ZoneGraphSubsystem, used for query results. | |
| TArray< FZoneLaneLinkData > | LaneLinks | All the lane links, referred by lanes. | |
| TArray< float > | LanePointProgressions | All the lane progression distances, referred by lanes. | |
| TArray< FVector > | LanePoints | All the lane points, referred by lanes. | |
| TArray< FZoneLaneData > | Lanes | All the lanes, referred by zones. | |
| TArray< FVector > | LaneTangentVectors | All the lane tangent vectors, referred by lanes. | |
| TArray< FVector > | LaneUpVectors | All the lane up vectors, referred by lanes. | |
| FZoneGraphBVTree | ZoneBVTree | BV-Tree of Zones. | |
| TArray< FZoneData > | Zones | All the zones. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FZoneData & | GetZoneDataFromLaneIndex
(
int32 LaneIndex |
||
| void | Reset () |