unreal.TagCheckingBehavior

class unreal.TagCheckingBehavior

Bases: unreal.EnumBase

ETag Checking Behavior

C++ Source:

  • Plugin: LevelSnapshots

  • Module: LevelSnapshotFilters

  • File: ActorHasTagFilter.h

HAS_ALL_TAGS

Actor must have all tags to pass

Type

0

HAS_ANY_TAG

Actor must have at least one of the tags

Type

1