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 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, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| EZoneLaneLinkFlags | GetFlags () |
||
| bool | HasFlags
(
const EZoneLaneLinkFlags InFlags |
||
| bool | IsValid () |
||
| void | Reset () |
||
| void | SetFlags
(
const EZoneLaneLinkFlags InFlags |