Navigation
API > API/Plugins > API/Plugins/ZoneGraph
| Name | FZoneGraphTag |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Public/ZoneGraphTypes.h |
| Include Path | #include "ZoneGraphTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FZoneGraphTag
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ZoneGraphTypes.h | |||
FZoneGraphTag
(
const uint8 InBit |
ZoneGraphTypes.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| None | const FZoneGraphTag | ZoneGraphTypes.h | |
| NoneValue | const uint8 | ZoneGraphTypes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Bit | uint8 | ZoneGraphTypes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint8 Get() |
ZoneGraphTypes.h | ||
bool IsValid() |
ZoneGraphTypes.h | ||
void Reset() |
ZoneGraphTypes.h | ||
void Set
(
const uint8 InBit |
ZoneGraphTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FZoneGraphTag& RHS |
ZoneGraphTypes.h | ||
bool operator==
(
const FZoneGraphTag& RHS |
ZoneGraphTypes.h |