EQS - Get item score note returns wrong results

Hi There

After running a simple test on an EQS and you attemt to get the score of all matching you will find that the results are not the same as what both the EQS Testing Pawn and the AI Debugger will show.

Thats means that there must be some hard-coded filtering in the “Get item score” note itself.

Any solution, work-around or bug confirmation would be highly appreciated.

Thanks

I am finding inconsistencies in results of EQS test pawn vs. GetResultsasLocations() → GetItemScore(). I also get NaN for scores.Did you ever get this to work properly? I am struggling…

This explains my issues. Please help Epic!
UE4 EQS Oddity

Did you try running your query from bp instead of behavior tree? Cause I see (invalid) vector key there and if you run it from BT with changing parameters query results would differ. Also why not use the built in AI debugger view? You can pause the game and inspect last query results there.