Rejects actions associated with global/static ("persistent") fields.
BPFILTER_RejectPermittedSubClasses
Makes PermittedNodeType tests more aggressive by rejecting node sub-classes, (actions would have to explicitly match a class listed in PermittedNodeTypes).
BPFILTER_PermitRejectionSubClasses
Makes RejectedNodeType tests less aggressive by permitting node sub-classes, (actions would have to explicitly match a class listed in RejectedNodeTypes).
BPFILTER_RejectNonImportedFields
Actions that reference member variables or functions that belong to a struct that exists outside the scope of the current set of imported namespaces will be filtered out.
BPFILTER_RejectIncompatibleThreadSafety
Rejects actions that would spawn nodes with thread safety characteristics that are incompatible with the specification of the containing graph