Navigation
API > API/Plugins > API/Plugins/ZoneGraph
| Name | FZoneGraphLaneHandle |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Public/ZoneGraphTypes.h |
| Include Path | #include "ZoneGraphTypes.h" |
Syntax
USTRUCT ()
struct FZoneGraphLaneHandle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ZoneGraphTypes.h | |||
FZoneGraphLaneHandle
(
const int32 InLaneIndex, |
ZoneGraphTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DataHandle | FZoneGraphDataHandle | ZoneGraphTypes.h |
|
|
| Index | int32 | ZoneGraphTypes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
ZoneGraphTypes.h | ||
void Reset() |
ZoneGraphTypes.h | ||
FString ToString() |
ZoneGraphTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FZoneGraphLaneHandle& Other |
ZoneGraphTypes.h | ||
bool operator==
(
const FZoneGraphLaneHandle& Other |
ZoneGraphTypes.h |