Random point on the map (in range)

Greetings!

Could you help me, pls?
Here’s a question description:
I’m using Behavior Tree and BlackBoard.
I want to make my character to roam in certain range from it’s initial spawn point, so basically it means, that he should move to absolutely not predefined map point, which one determined “On the Fly”
What is the best approach?
Thank you!

Do you try the Environment query system ?
I think it is the best way. There are a random parameter.

thank you so much! i’ll try :slight_smile:

Btw is there any option to query EQS through C++?