UEnvQueryInstanceBlueprintWrapper::GetQueryResultsAsActors

Outputs an array filled with resulting actors.

Windows
MacOS
Linux

References

Module

AIModule

Header

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

Include

#include "EnvironmentQuery/EnvQueryInstanceBlueprintWrapper.h"

Source

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

Syntax

bool GetQueryResultsAsActors
(
    TArray< AActor * > & ResultActors
) const

Remarks

Outputs an array filled with resulting actors.

that it makes sense only if ItemType is a EnvQueryItemType_ActorBase-derived type. Returns false if there is no valid result.

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