In my project I’m struggling every time I have to do a eqs with a trace. I have it working for my enemy that is seeking to get line of sight of the player, as shown below.
However, when I duplicate the settings, I cannot get it working using the little white box as the context.
I have toggled all the options to no avail. If I set it to bool match, everything passes and gets scored (green item) that is in range of both the context and querier, as shown below.
The walls have block visibility on the static mesh. The context (the white box) has block visibility as well and I even toggled that without success.
Ultimately, I don’t fully understand the settings here. Will a line trace consider a hit when it’s the context that’s hit? So hitting the context vs hitting a wall would both be treated the same? I also have no idea what a blocking hit is, does that mean an overlap trace returns a hit and they want to give you the option to exclude that in hits, ie “blocking hits only”?