Navigation
API > API/Plugins > API/Plugins/ZoneGraph
Minimal amount of data to search and compare lane location.
| Name | FZoneGraphCompactLaneLocation |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Public/ZoneGraphTypes.h |
| Include Path | #include "ZoneGraphTypes.h" |
Syntax
USTRUCT ()
struct FZoneGraphCompactLaneLocation
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ZoneGraphTypes.h | |||
FZoneGraphCompactLaneLocation
(
const FZoneGraphLaneLocation& Location |
ZoneGraphTypes.h | ||
FZoneGraphCompactLaneLocation
(
const FZoneGraphLaneHandle Handle, |
ZoneGraphTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DistanceAlongLane | float | ZoneGraphTypes.h |
|
|
| LaneHandle | FZoneGraphLaneHandle | ZoneGraphTypes.h |
|