unreal.ConjunctionFilter¶
- class unreal.ConjunctionFilter(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
LevelSnapshotFilterReturns the result of and-ing all child filters.
It is valid to have no children: in this case, this filter return false.
C++ Source:
Plugin: LevelSnapshots
Module: LevelSnapshotsEditor
File: ConjunctionFilter.h