Navi System Build In C++

I want to build navigation in runtime c++.

UNavigationSystemV1* naviSystem = FNavigationSystem::GetCurrent<UNavigationSystemV1>(GetWorld());

if (naviSystem)
	naviSystem->Build();

But it doesn’t work.

The capture is the option of RecastNavMesh.

Please Help.
352434-