Files
UnrealEvent/Project/Source/FortniteGame/Private/FortQueryGenerator_GoalOnCircle.cpp
2026-04-22 15:51:07 +02:00

7 lines
174 B
C++

#include "FortQueryGenerator_GoalOnCircle.h"
UFortQueryGenerator_GoalOnCircle::UFortQueryGenerator_GoalOnCircle() {
this->bIncludeCenterActorInGeneratedGoals = true;
}