Filter
A single filter definition
Table of content
The Group Filter node allows grouping & chaining filter conditions to create complex conditional branching; they behave like the BP AND (boolean)
and OR (boolean)
nodes.
Properties
Property | Description |
---|---|
Settings | |
Mode | Defines how the group handle its filters. |
Invert | If enabled, inverts the result of the group. |
Mode | |
AND | Requires all the input filters to pass in order for the group to pass. Prioritize filters that are the most likely to fail in order to exit early. |
OR | Only need a single input filter to pass in order for the group to pass. Prioritize filters that are the most likely to pass in order to exit early. |