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

14 lines
402 B
C++

#include "FortAIDataProvider_Pawn.h"
UFortAIDataProvider_Pawn::UFortAIDataProvider_Pawn() {
this->SightRadius = 0.00f;
this->HearingRadius = 0.00f;
this->ViewLocationOffsetFromGround = 0.00f;
this->MaxStepHeight = 0.00f;
this->TetheredBoxWidth = 0.00f;
this->TetheredBoxHeight = 0.00f;
this->TetheredBoxEQSGridSize = 0.00f;
this->TetheredBoxEQSSpaceBetween = 0.00f;
}