Files
FNGameProj/Source/FortniteGame/Private/AthenaNavMesh.cpp
T
2024-06-07 01:17:09 +02:00

13 lines
423 B
C++

#include "AthenaNavMesh.h"
void AAthenaNavMesh::MoveTiles(const FBox& SourceBox, const FIntPoint& TileOffset, const float RotationDeg, const FVector2D& FillerTilePosition) {
}
void AAthenaNavMesh::ComputeOffsetForMoveTiles(const FVector& StartPosition, const FVector& DesiredPosition, FVector& OutEndPosition, FIntPoint& OutTileOffset) {
}
AAthenaNavMesh::AAthenaNavMesh() {
HotSpotPathfindingMaxSearchNodes = 0;
}