Can EQS be run from blueprint

So far I can run it from the “Run EQS Query” node in blueprint, and it works with the testing pawn, but when I “get the results as actors” from the output pin it can’t convert from the eqs wrapper to the actor it seems, it seems they made a node to do this but it’s not working properly? Anybody try this as well?

This is a bit late answer, but I never managed to run it from BPs until now (4.14).

Here is my setup:

Some tips:
Wrapper class is set to “EQS Querry instance blueprint wrapper”
IsValid node is to get rid of few errors at beginning (probably due to load order)
GetResults AS locations should be same type as you set EQS results, so vectors for vectors, actors for actors
Not sure if unbind node is really required,

2 Likes