ExportNavigation

ExportNavigation

#Overview

name: ExportNavigation

This variable is created as a Console Variable (cvar).

It is referenced in 1 C++ source file.

#Summary

#References in C++ code

#Callsites

This variable is referenced in the following C++ source code:

#Loc: <Workspace>/Engine/Source/Runtime/NavigationSystem/Private/NavMesh/RecastNavMeshGenerator.cpp:7600

Scope (from outer to inner):

file
class        class FNavigationGeomExec : private FSelfRegisteringExec
function     virtual bool Exec_Dev

Source code excerpt:

		bool bExported = false;
#if ALLOW_DEBUG_FILES && ENABLE_VISUAL_LOG
		if (FParse::Command(&Cmd, TEXT("ExportNavigation")))
		{
			if (InWorld == nullptr)
			{
				UE_LOG(LogNavigation, Error, TEXT("Failed to export navigation data due to missing UWorld"));
			}
			else