Navigation
API > API/Plugins > API/Plugins/ProjectLauncher > API/Plugins/ProjectLauncher/FAutomatedTestLaunchExtensionIns-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CustomizeAutomatedTestCommandLine
(
FString& InOutCommandLine |
Advanced hook to allow any advanced modification of the command line when this extension's automated test is launched | Extension/LaunchExtension.h | |
virtual void CustomizeAutomatedTestCommandLine
(
const ILauncherProfileAutomatedTestRef& InAutomatedTest, |
Advanced hook to allow any advanced modification of the command line when an automated test is launched | Extension/LaunchExtension.h |
CustomizeAutomatedTestCommandLine(FString &)
Description
Advanced hook to allow any advanced modification of the command line when this extension's automated test is launched
| Name | CustomizeAutomatedTestCommandLine |
| Type | function |
| Header File | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Public/Extension/LaunchExtension.h |
| Include Path | #include "Extension/LaunchExtension.h" |
virtual void CustomizeAutomatedTestCommandLine
(
FString & InOutCommandLine
)
CustomizeAutomatedTestCommandLine(const ILauncherProfileAutomatedTestRef &, FString &)
Description
Advanced hook to allow any advanced modification of the command line when an automated test is launched
| Name | CustomizeAutomatedTestCommandLine |
| Type | function |
| Header File | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Public/Extension/LaunchExtension.h |
| Include Path | #include "Extension/LaunchExtension.h" |
| Source | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Private/Extension/LaunchExtension.cpp |
virtual void CustomizeAutomatedTestCommandLine
(
const ILauncherProfileAutomatedTestRef & InAutomatedTest,
FString & InOutCommandLine
)