Files
FNGameProj/Source/FortniteGame/Private/FortQueryTest_GoalActorDot.cpp
2024-01-21 00:41:14 +01:00

12 lines
432 B
C++

#include "FortQueryTest_GoalActorDot.h"
#include "EnvironmentQuery/Contexts/EnvQueryContext_Item.h"
#include "EnvironmentQuery/Contexts/EnvQueryContext_Querier.h"
UFortQueryTest_GoalActorDot::UFortQueryTest_GoalActorDot() {
this->LineATo = UEnvQueryContext_Querier::StaticClass();
this->LineBTo = UEnvQueryContext_Item::StaticClass();
this->TestMode = EFortTestGoalActorDot::Dot3D;
this->bAbsoluteValue = false;
}