Navigation
API > API/Plugins > API/Plugins/ZoneGraph
References
| Module | ZoneGraph |
| Header | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Public/ZoneGraphTypes.h |
| Include | #include "ZoneGraphTypes.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FZoneGraphTagMask
Constructors
| Type | Name | Description | |
|---|---|---|---|
FZoneGraphTagMask
(
const FZoneGraphTag InTag |
|||
FZoneGraphTagMask
(
uint32 InMask |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Add
(
const FZoneGraphTagMask InTags |
||
| void | Add
(
const FZoneGraphTag InTag |
||
| bool | CompareMasks
(
const FZoneGraphTagMask InTags, |
||
| bool | Contains
(
const FZoneGraphTag InTag |
||
| bool | ContainsAll
(
const FZoneGraphTagMask InTags |
||
| bool | ContainsAny
(
const FZoneGraphTagMask InTags |
||
| uint32 | GetValue () |
||
| void | Remove
(
const FZoneGraphTagMask InTags |
||
| void | Remove
(
const FZoneGraphTag InTag |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FZoneGraphTagMask& RHS |
||
| bool | operator==
(
const FZoneGraphTagMask& RHS |