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 FZoneShapeConnector
Remarks
Shape connectors represent locations where shapes can be connected together.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bReverseLaneProfile | True if lane profile should be treated as reversed. | |
| FZoneLaneProfileRef | LaneProfile | Lane template of the connector. | |
| FVector | Normal | Normal direction of the connector. | |
| int32 | PointIndex | Point index of UZoneShapeComponent. | |
| FVector | Position | Position of the connector. | |
| FZoneShapeType | ShapeType | Which type of shape the connector belongs to. | |
| FVector | Up | Up direction of the connector. |