UEnvQueryTest_GameplayTags::SetTagQueryToMatch

Calling function only makes sense before first run of given query by the EQS manager.

Windows
MacOS
Linux

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/EnvironmentQuery/Tests/EnvQueryTest_GameplayTags.h

Include

#include "EnvironmentQuery/Tests/EnvQueryTest_GameplayTags.h"

Source

/Engine/Source/Runtime/AIModule/Private/EnvironmentQuery/Tests/EnvQueryTest_GameplayTags.cpp

Syntax

void SetTagQueryToMatch
(
    FGameplayTagQuery & GameplayTagQuery
)

Remarks

Calling function only makes sense before first run of given query by the EQS manager. The query gets preprocessed and cached then so the query value will get stored and calling this function will not change it (unless you call it on the cached test's instance, see UEnvQueryManager::CreateQueryInstance).

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