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;BlueprintType&41;
struct FZoneLaneDesc
Remarks
Describes single lane.
Variables
| Type | Name | Description | |
|---|---|---|---|
| EZoneLaneDirection | Direction | Direction of the lane. | |
| FZoneGraphTagMask | Tags | Lane tags. | |
| float | Width | Width of the lane. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FZoneLaneDesc& Other |