mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 03:53:25 +00:00
11 lines
396 B
C++
11 lines
396 B
C++
#include "FortQueryTest_GoalDistanceRanges.h"
|
|
#include "EnvironmentQuery/Contexts/EnvQueryContext_Querier.h"
|
|
|
|
UFortQueryTest_GoalDistanceRanges::UFortQueryTest_GoalDistanceRanges() {
|
|
DistanceMode = EDistanceMode::DistItemToContext;
|
|
DistanceTo = UEnvQueryContext_Querier::StaticClass();
|
|
ScreeningTestMode = EEnvTestDistance::Distance3D;
|
|
TestMode = EEnvTestDistance::Distance3D;
|
|
}
|
|
|