UEnvQueryInstanceBlueprintWrapper::GetQueryResultsAsLocations

Outputs an array of locations generated by the query.

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 GetQueryResultsAsLocations
(
    TArray< FVector > & ResultLocations
) const

Remarks

Outputs an array of locations generated by the query. If the query generated Actors the the array is filled with their locations. 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