Navigation
API > API/Plugins > API/Plugins/ZoneGraph
References
| Module | ZoneGraph |
| Header | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Public/ZoneShapeUtilities.h |
| Include | #include "ZoneShapeUtilities.h" |
Syntax
USTRUCT&40;&41;
struct FZoneShapeLaneInternalLink
Remarks
Struct describing a link for a specified lane, used during building
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | LaneIndex | Lane index to which the link belongs to | |
| FZoneLaneLinkData | LinkData | Link details |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FZoneShapeLaneInternalLink
(
const int32 InLaneIdex, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator<
(
const FZoneShapeLaneInternalLink& RHS |