mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +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;
|
|
}
|
|
|