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

13 lines
391 B
C++

#include "FortDynamicBuildingDeconstructor.h"
AFortDynamicBuildingDeconstructor::AFortDynamicBuildingDeconstructor() {
this->bDebugDrawBounds = false;
this->bSelectiveDestruction = false;
this->bIgnoreMissionActors = false;
this->bShrinkAndDestroyEffect = false;
this->NumOfPiecesToDestroyAtOnce = 10;
this->TimeBetweenChunks = 0.20f;
this->CurrentIndex = 0;
}