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 FZoneLaneLinkData
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | DestLaneIndex | Index to destination lane in FZoneGraphStorage::Lanes. | |
| uint8 | Flags | Specifics about the connection type, see EZoneLaneLinkFlags. | |
| EZoneLaneLinkType | Type | Type of the connection. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FZoneLaneLinkData
(
const int32 InDestLaneIndex, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| EZoneLaneLinkFlags | GetFlags () |
||
| bool | HasFlags
(
const EZoneLaneLinkFlags InFlags |
||
| void | SetFlags
(
const EZoneLaneLinkFlags InFlags |