FZoneGraphTagFilter

Filter passes if any of the 'AnyTags', and all of the 'AllTags', and none of the 'NotTags' are present.

Choose your operating system:

Windows

macOS

Linux

References

Module

ZoneGraph

Header

/Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Public/ZoneGraphTypes.h

Include

#include "ZoneGraphTypes.h"

Syntax

USTRUCT()
struct FZoneGraphTagFilter

Remarks

Filter passes if any of the 'AnyTags', and all of the 'AllTags', and none of the 'NotTags' are present. Setting include or exclude tags to None, will skip that particular check.

Variables

Functions

Name Description

Public function Const

bool

 

Pass

(
    const FZoneGraphTagMask Tags
)

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const FZoneGraphTagFilter& RHS
)

Public function Const

bool

 

operator==

(
    const FZoneGraphTagFilter& RHS
)