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

7 lines
178 B
C++

#include "FortQueryTest_HasNearbyEncounterGoals.h"
UFortQueryTest_HasNearbyEncounterGoals::UFortQueryTest_HasNearbyEncounterGoals() {
this->bOnlyActiveEncounters = true;
}