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 ()
struct FZoneGraphLinkedLane
Remarks
Linked lane, used for query results. See also: FZoneLaneLinkData
Variables
| Type | Name | Description | |
|---|---|---|---|
| FZoneGraphLaneHandle | DestLane | Destination lane handle | |
| uint8 | Flags | Specifics about the connection type, see EZoneLaneLinkFlags. | |
| EZoneLaneLinkType | Type | Type of the connection. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FZoneGraphLinkedLane
(
const FZoneGraphLaneHandle InDestLane, |