API Class Reference for Automation System

The Automation System Technical Guide references this class and function: FEngineAutomationTestUtilities::LoadMap(MapName);

However I can’t find the class FEngineAutomationTestUtilities in the API Reference anywhere. Does anyone know if there is a list/reference of helper classes and functions for the Automation System?

Unfortunately, the documentation about automation tests seems out of date, and actually pretty abandonded.

The class doesn’t actually exist, but you can take a look at FLoadGameMapCommand. That should do pretty much the same.

It’s a shame Epic hasn’t put much work into making automation tests accessible. It does seem like a very useful QA tool.

1 Like

I think this function has moved into class [FONT=Courier New]UEditorLoadingAndSavingUtils (in[FONT=Courier New] Engine\Source\Editor\UnrealEd\Public\FileHelpers). It is a shame the docs aren’t in the source tree, then could at least PR to get them fixed…

I´ve found that using FAutomationEditorCommonUtils::LoadMap("full path to umap file") does the job.

1 Like