DisclaimerIf you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)

Classes

UEnvQueryManager

UAISubsystem > UObject

Member Type Offset Share
InstanceCache

Cache of instances

TArray<FEnvQueryInstanceCache> 0xa8
LocalContexts

Local cache of context objects for managing BP based objects

TArray<UEnvQueryContext*> 0xb8
GCShieldedWrappers TArray<UEnvQueryInstanceBlueprintWrapper*> 0xc8
MaxAllowedTestingTime

How long are we allowed to test per update, in seconds.

float 0x12c
bTestQueriesUsingBreadth

Whether we update EQS queries based on: running a test on one query and move to the next (breadth) - default behavior, or test an entire query before moving to the next one (depth).

bool 0x130
QueryCountWarningThreshold

If greater than zero, we will warn once when the number of queries is greater than or equal to this number, and log the queries out

int32_t 0x134
QueryCountWarningInterval

How often (in seconds) we will warn about the number of queries (allows us to catch multiple occurrences in a session)

double 0x138