Navigation
API > API/Plugins > API/Plugins/ZoneGraph
| Name | FZoneHandle |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Public/ZoneGraphTypes.h |
| Include Path | #include "ZoneGraphTypes.h" |
Syntax
USTRUCT ()
struct FZoneHandle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FZoneHandle () |
ZoneGraphTypes.h | ||
FZoneHandle
(
uint32 InIndex |
ZoneGraphTypes.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Invalid | const FZoneHandle | ZoneGraphTypes.h | |
| InvalidIndex | const uint32 | ZoneGraphTypes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Index | uint32 | ZoneGraphTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint32 GetIndex() |
ZoneGraphTypes.h | ||
bool IsValid() |
ZoneGraphTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FZoneHandle& RHS |
ZoneGraphTypes.h | ||
bool operator==
(
const FZoneHandle& RHS |
ZoneGraphTypes.h |