Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Public/ZoneGraphTypes.h |
Include |
#include "ZoneGraphTypes.h" |
USTRUCT()
struct FZoneGraphStorage
Name | Description | ||
---|---|---|---|
|
BoundaryPoints |
All the zone boundary points, referred by zones. |
|
|
Bounds |
Bounding box of all zones. |
|
|
DataHandle |
The handle that this storage represents, updated when data is registered to ZoneGraphSubsystem, used for query results. |
|
|
LaneLinks |
All the lane links, referred by lanes. |
|
|
TArray< float > |
LanePointProgressions |
All the lane progression distances, referred by lanes. |
|
LanePoints |
All the lane points, referred by lanes. |
|
|
Lanes |
All the lanes, referred by zones. |
|
|
LaneTangentVectors |
All the lane tangent vectors, referred by lanes. |
|
|
LaneUpVectors |
All the lane up vectors, referred by lanes. |
|
|
ZoneBVTree |
BV-Tree of Zones. |
|
|
Zones |
All the zones. |
Name | Description | ||
---|---|---|---|
|
const FZoneD... |
GetZoneDataFromLaneIndex ( |
|
|
Reset() |