UEnvQueryManager::RunInstantQuery

Alternative way to run queries.

Windows
MacOS
Linux

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/EnvironmentQuery/EnvQueryManager.h

Include

#include "EnvironmentQuery/EnvQueryManager.h"

Source

/Engine/Source/Runtime/AIModule/Private/EnvironmentQuery/EnvQueryManager.cpp

Syntax

TSharedPtr< FEnvQueryResult > RunInstantQuery
(
    const FEnvQueryRequest & Request,
    EEnvQueryRunMode::Type RunMode
)

Remarks

Alternative way to run queries. Do not use for anything other than testing or when you know exactly what you're doing! Bypasses all EQS perf controlling and time slicing mechanics.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss