mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
13 lines
423 B
C++
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;
|
|
}
|
|
|