mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
10 lines
324 B
C++
10 lines
324 B
C++
#include "FortQueryTest_GoalDistance.h"
|
|
#include "EnvironmentQuery/Contexts/EnvQueryContext_Querier.h"
|
|
|
|
UFortQueryTest_GoalDistance::UFortQueryTest_GoalDistance() {
|
|
DistanceMode = EDistanceMode::DistItemToContext;
|
|
DistanceTo = UEnvQueryContext_Querier::StaticClass();
|
|
TestMode = EEnvTestDistance::Distance3D;
|
|
}
|
|
|