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

13 lines
407 B
C++

#include "AIHotSpotSlotGenerator_OnBoundingBox.h"
UAIHotSpotSlotGenerator_OnBoundingBox::UAIHotSpotSlotGenerator_OnBoundingBox() {
this->SlotClass = NULL;
this->ExpandBy = 0.00f;
this->OffsetFromEdge = 0.00f;
this->Spacing = 90.00f;
this->bLimitMaxExtent = false;
this->bMustHitFocusActor = false;
this->SlotDirectionCalculation = EBoundingBoxSlotDirectionCalculation::Auto;
}