Navigation
API > API/Plugins > API/Plugins/ZoneGraph
| Name | FZoneLaneLinkData |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Public/ZoneGraphTypes.h |
| Include Path | #include "ZoneGraphTypes.h" |
Syntax
USTRUCT ()
struct FZoneLaneLinkData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ZoneGraphTypes.h | |||
FZoneLaneLinkData
(
const int32 InDestLaneIndex, |
ZoneGraphTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DestLaneIndex | int32 | Index to destination lane in FZoneGraphStorage::Lanes. | 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 | ||
void SetFlags
(
const EZoneLaneLinkFlags InFlags |
ZoneGraphTypes.h |