To whom this may concern.
I am quite new to unreal and am trying my best to adapt an existing BP to a new project with a new set of parameters.
The project consists of visually filtering certain appartments from the “viewport” based on a data table.
Currently the filter system works off of slider values (price and size) and enums (contains said word etc…) aswell as an orientation filter (North, East, S,W) that works off of a structure.
I am trying to add a new boolean variable (true or false) IE: Is it a penthouse or not.
- If yes, show the appartment
- If no, hide it.
I cant seem to get the filter to work properly and im sure its something stupidly simple. I’ve tried all sorts of boolean functions (and or, or, etc…) but i cant seem to find something that resembles a “true or false” function.
Could someone give me a hint?!
Thankyou so much!