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

8 lines
232 B
C++

#include "FortAIHotSpotSlotGenerator_OnBoundingBox.h"
UFortAIHotSpotSlotGenerator_OnBoundingBox::UFortAIHotSpotSlotGenerator_OnBoundingBox() {
this->DistanceForRangedSlots = 200.00f;
this->DistanceForHugeSlots = 70.00f;
}