Filter walls by bool mask

why am i not getting all the walls through the filter?

Expand the Element.Name+ preview window and you’ll see why. It is because those walls do not contain “wall” in thier Type name.

yes got it… but what is the solution. how to i filter them out???

Instead of Element Name, try to use Element.GetCategory and isntead of string contains, try ==

string from object after Element.GetCategory

solved man, awesome <3

ive another such small query