mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-28 19:27:53 +00:00
12 lines
357 B
C++
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;
|
|
}
|
|
|