Navigation
API > API/Plugins > API/Plugins/ZoneGraph
Describes single lane.
| Name | FZoneLaneDesc |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Public/ZoneGraphTypes.h |
| Include Path | #include "ZoneGraphTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FZoneLaneDesc
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Direction | EZoneLaneDirection | Direction of the lane. | ZoneGraphTypes.h |
|
| Tags | FZoneGraphTagMask | Lane tags. | ZoneGraphTypes.h |
|
| Width | float | Width of the lane. | ZoneGraphTypes.h |
|
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FZoneLaneDesc& Other |
ZoneGraphTypes.h |