FbxImportEditorTestPath

FbxImportEditorTestPath

#Overview

name: FbxImportEditorTestPath

The value of this variable can be defined or overridden in .ini config files. 1 .ini config file referencing this setting variable.

It is referenced in 1 C++ source file.

#Summary

#Setting Variables

#References In INI files

Location: <Workspace>/Engine/Config/BaseEngine.ini:2765, section: [AutomationTesting.FbxImport]

#References in C++ code

#Callsites

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

#Loc: <Workspace>/Engine/Plugins/Tests/FbxAutomationTestBuilder/Source/FbxAutomationTestBuilder/Private/FbxAutomationBuilder.cpp:258

Scope (from outer to inner):

file
namespace    FbxAutomationBuilder
function     TSharedRef<SWidget> SFbxAutomationBuilder::OnGetFbxMenuContent

Source code excerpt:

		FString ImportTestDirectory;
		check(GConfig);
		GConfig->GetString(TEXT("AutomationTesting.FbxImport"), TEXT("FbxImportEditorTestPath"), ImportTestDirectory, GEngineIni);


		// Find all files in the GenericImport directory
		TArray<FString> FilesInDirectory;
		IFileManager::Get().FindFilesRecursive(FilesInDirectory, *ImportTestDirectory, TEXT("*.*"), true, false);