Link Search Menu Expand Document

πŸ– AND / OR (Group)

PCGEx | Filter Group

Group multiple filters to set up complex AND/OR branches.

-


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.

details/filter-ecosystem/filter-group-lead.png

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.