unreal.TagCheckingBehavior¶
- class unreal.TagCheckingBehavior¶
Bases:
EnumBaseETag Checking Behavior
C++ Source:
Plugin: LevelSnapshots
Module: LevelSnapshotFilters
File: ActorHasTagFilter.h
- HAS_ALL_TAGS: TagCheckingBehavior = Ellipsis¶
Actor must have all tags to pass
- Type:
0
- HAS_ANY_TAG: TagCheckingBehavior = Ellipsis¶
Actor must have at least one of the tags
- Type:
1