Navigation
API > API/Plugins > API/Plugins/ProjectLauncher > API/Plugins/ProjectLauncher/FCustomUATCommandLaunchExtension-
Description
Hook to allow any modification of the UAT Command & profile once it has been created. At least the UAT Command name should be specified
| Name | OnUATCommandAdded |
| Type | function |
| Header File | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Public/Extension/CustomUATCommandLaunchExtension.h |
| Include Path | #include "Extension/CustomUATCommandLaunchExtension.h" |
void OnUATCommandAdded
(
ILauncherProfileUATCommandRef InUATCommand
)