Files
2026-04-22 15:51:07 +02: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;
}