Navigation
API > API/Plugins > API/Plugins/ZoneGraph
| Name | FZoneGraphTagMask |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Public/ZoneGraphTypes.h |
| Include Path | #include "ZoneGraphTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FZoneGraphTagMask
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ZoneGraphTypes.h | |||
FZoneGraphTagMask
(
const FZoneGraphTag InTag |
ZoneGraphTypes.h | ||
FZoneGraphTagMask
(
uint32 InMask |
ZoneGraphTypes.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| All | const FZoneGraphTagMask | ZoneGraphTypes.h | |
| None | const FZoneGraphTagMask | ZoneGraphTypes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Mask | uint32 | ZoneGraphTypes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Add
(
const FZoneGraphTagMask InTags |
ZoneGraphTypes.h | ||
void Add
(
const FZoneGraphTag InTag |
ZoneGraphTypes.h | ||
bool CompareMasks
(
const FZoneGraphTagMask InTags, |
ZoneGraphTypes.h | ||
bool Contains
(
const FZoneGraphTag InTag |
ZoneGraphTypes.h | ||
bool ContainsAll
(
const FZoneGraphTagMask InTags |
ZoneGraphTypes.h | ||
bool ContainsAny
(
const FZoneGraphTagMask InTags |
ZoneGraphTypes.h | ||
uint32 GetValue() |
ZoneGraphTypes.h | ||
void Remove
(
const FZoneGraphTagMask InTags |
ZoneGraphTypes.h | ||
void Remove
(
const FZoneGraphTag InTag |
ZoneGraphTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FZoneGraphTagMask& RHS |
ZoneGraphTypes.h | ||
bool operator==
(
const FZoneGraphTagMask& RHS |
ZoneGraphTypes.h |