[AI] Investigate checking if Owner is an AIController in EnvQueryTest_Pathfinding to get default NavQueryFilter

UE - AI - EQS - Nov 7, 2022

BTTask_MoveTo and EnvQueryTest_Pathfinding don't use the same pattern to obtain the NavigationFilter to be used if the filter is not set. The BTTask_MoveTo uses the controllers GetDefaultNavigationF ...

[AI] Using a Reference Value for scoring in an EQS test produces the opposite effect of its tooltip.

UE - AI - EQS - Sep 23, 2022

An EQS Query scores the tests using reference values opposite of how the comments and tooltips describe. It will score items closest to the referenced value lower than those further away, but the ex ...

[AI] EQS incorrectly sorts when auto-sort in single-item mode when there is only one filtering and one scoring test.

UE - AI - EQS - Dec 14, 2021

EQS places a cheap filter as the last step of a query when using auto-sort for single item results if there is only one filter. Found via [Link Removed] which is quoted below:Environmental Query sys ...

USE_EQS_DEBUGGER affects runtime EQS results in SingleResult mode

UE - AI - EQS - Mar 26, 2020

The licensee described it really well so I'll just copy what he said: When EQS debugging is enabled via USE_EQS_DEBUGGER, queries run in 'SingleResult' mode will not clear discarded items from the ...