Navigation
API > API/Plugins > API/Plugins/ProjectLauncher > API/Plugins/ProjectLauncher/FUATCommandLaunchExtensionInstan-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CustomizeUATCommandLine
(
FString& InOutCommandLine |
Advanced hook to allow any advanced modification of the command line when this extension's UAT Command is launched | Extension/UATCommandLaunchExtension.h | |
virtual bool CustomizeUATCommandLine
(
const ILauncherProfileUATCommandRef& InUATCommand, |
Advanced hook to allow any advanced modification of the command line when a UAT command test is launched | Extension/UATCommandLaunchExtension.h |
CustomizeUATCommandLine(FString &)
Description
Advanced hook to allow any advanced modification of the command line when this extension's UAT Command is launched
| Name | CustomizeUATCommandLine |
| Type | function |
| Header File | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Public/Extension/UATCommandLaunchExtension.h |
| Include Path | #include "Extension/UATCommandLaunchExtension.h" |
virtual void CustomizeUATCommandLine
(
FString & InOutCommandLine
)
CustomizeUATCommandLine(const ILauncherProfileUATCommandRef &, FString &)
Description
Advanced hook to allow any advanced modification of the command line when a UAT command test is launched
| Name | CustomizeUATCommandLine |
| Type | function |
| Header File | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Public/Extension/UATCommandLaunchExtension.h |
| Include Path | #include "Extension/UATCommandLaunchExtension.h" |
| Source | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Private/Extension/UATCommandLaunchExtension.cpp |
virtual bool CustomizeUATCommandLine
(
const ILauncherProfileUATCommandRef & InUATCommand,
FString & InOutCommandLine
)