Navigation
API > API/Plugins > API/Plugins/ZoneGraph
Linked lane, used for query results. See also: FZoneLaneLinkData
| Name | FZoneGraphLinkedLane |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Public/ZoneGraphTypes.h |
| Include Path | #include "ZoneGraphTypes.h" |
Syntax
USTRUCT ()
struct FZoneGraphLinkedLane
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ZoneGraphTypes.h | |||
FZoneGraphLinkedLane
(
const FZoneGraphLaneHandle InDestLane, |
ZoneGraphTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DestLane | FZoneGraphLaneHandle | Destination lane handle | ZoneGraphTypes.h | |
| Flags | uint8 | Specifics about the connection type, see EZoneLaneLinkFlags. | ZoneGraphTypes.h | |
| Type | EZoneLaneLinkType | Type of the connection. | ZoneGraphTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EZoneLaneLinkFlags GetFlags() |
ZoneGraphTypes.h | ||
bool HasFlags
(
const EZoneLaneLinkFlags InFlags |
ZoneGraphTypes.h | ||
bool IsValid() |
ZoneGraphTypes.h | ||
void Reset() |
ZoneGraphTypes.h | ||
void SetFlags
(
const EZoneLaneLinkFlags InFlags |
ZoneGraphTypes.h |