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

8 lines
203 B
C++

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