mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
11 lines
420 B
C++
11 lines
420 B
C++
#include "FortQueryTest_GoalDistanceRanges.h"
|
|
#include "EnvironmentQuery/Contexts/EnvQueryContext_Querier.h"
|
|
|
|
UFortQueryTest_GoalDistanceRanges::UFortQueryTest_GoalDistanceRanges() {
|
|
this->DistanceMode = EDistanceMode::DistItemToContext;
|
|
this->DistanceTo = UEnvQueryContext_Querier::StaticClass();
|
|
this->ScreeningTestMode = EEnvTestDistance::Distance3D;
|
|
this->TestMode = EEnvTestDistance::Distance3D;
|
|
}
|
|
|