Help understanding the EQS

Hi, I need a little help understanding the EQS. I watched videos but I can’t grasp how to do the following:

I want to get reachable (navigation reachable) points in a circle around a specific location. So not around the actor that does the query, but around a location that I provide.
What I have so far:

The last one is the querry contexxt (EQSC_ARoundEnemy). I basically need points in a circle around the enemy actor.

In the first screenshot, “Get Query Results” always returns false, so it fails, but I don’t know why.

Hi, the Run EQSQuery is async, it won’t finish right away that is why it returns False. You could bind to OnQueryFinished and then get the query results there.