Navigation
API > API/Plugins > API/Plugins/ZoneGraph
Struct describing a link for a specified lane, used during building
| Name | FZoneShapeLaneInternalLink |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Public/ZoneShapeUtilities.h |
| Include Path | #include "ZoneShapeUtilities.h" |
Syntax
USTRUCT ()
struct FZoneShapeLaneInternalLink
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ZoneShapeUtilities.h | |||
FZoneShapeLaneInternalLink
(
const int32 InLaneIdex, |
ZoneShapeUtilities.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LaneIndex | int32 | Lane index to which the link belongs to | ZoneShapeUtilities.h | |
| LinkData | FZoneLaneLinkData | Link details | ZoneShapeUtilities.h |