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 FZoneGraphLaneSection
Remarks
Section of a lane
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | EndDistanceAlongLane | ||
| FZoneGraphLaneHandle | LaneHandle | ||
| float | StartDistanceAlongLane |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FZoneGraphLaneSection& Other |