Files
FNGameProj/Source/FortniteGame/Private/FortQueryTest_GoalActorDot.cpp
T
2024-06-07 01:17:09 +02:00

12 lines
408 B
C++

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