Automate.OpenMapAndFocusActor
Automate.OpenMapAndFocusActor
#Overview
name: Automate.OpenMapAndFocusActor
This variable is created as a Console Variable (cvar).
- type: Cmd
- help: Opens a map and focuses a particular actor by name.
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/Plugins/Tests/FunctionalTestingEditor/Source/Private/FunctionalTestingEditorModule.cpp:87
Scope: file
Source code excerpt:
FAutoConsoleCommand OpenMapAndFocusActorCmd(
	TEXT("Automate.OpenMapAndFocusActor"),
	TEXT("Opens a map and focuses a particular actor by name."),
	FConsoleCommandWithArgsDelegate::CreateStatic(OpenMapAndFocusActor)
);
class FFunctionalTestingEditorModule : public IFunctionalTestingEditorModule
{