mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
13 lines
407 B
C++
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;
|
|
}
|
|
|