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

8 lines
203 B
C++

#include "FortQueryTest_IsCloseToHotspotSlot.h"
UFortQueryTest_IsCloseToHotspotSlot::UFortQueryTest_IsCloseToHotspotSlot() {
this->HotspotClass = NULL;
this->bIgnoreItemsWithSlotData = true;
}