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

12 lines
357 B
C++

#include "FortBTTask_GameMoveTo.h"
UFortBTTask_GameMoveTo::UFortBTTask_GameMoveTo() {
this->PathObstacleAction = EPathObstacleAction::Melee;
this->PushBumpedPawnClass = NULL;
this->bDetectUnexpectedPathBlockingObstacles = true;
this->bEnableSlowdownAtGoal = false;
this->bFinishMoveOnOverlap = true;
this->bDeimosFlavor = false;
}