Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

33 lines
535 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "NavGraph/NavGraphGenerator.h"
//----------------------------------------------------------------------//
// FNavGraphGenerator
//----------------------------------------------------------------------//
FNavGraphGenerator::FNavGraphGenerator(ANavigationGraph* InDestNavGraph)
{
}
FNavGraphGenerator::~FNavGraphGenerator()
{
}
void FNavGraphGenerator::Init()
{
}
void FNavGraphGenerator::CleanUpIntermediateData()
{
}
void FNavGraphGenerator::UpdateBuilding()
{
}