Files
FNGameProj/Source/FortniteGame/Private/FortDynamicBuildingDeconstructor.cpp
T
2024-01-21 00:41:14 +01: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;
}