unreal.TagCheckingBehavior

class unreal.TagCheckingBehavior

Bases: EnumBase

ETag Checking Behavior

C++ Source:

  • Plugin: LevelSnapshots

  • Module: LevelSnapshotFilters

  • File: ActorHasTagFilter.h

HAS_ALL_TAGS: TagCheckingBehavior

Actor must have all tags to pass

Type:

0

HAS_ANY_TAG: TagCheckingBehavior

Actor must have at least one of the tags

Type:

1