Navigation
API > API/Plugins > API/Plugins/ProjectLauncher > API/Plugins/ProjectLauncher/FAutomatedTestLaunchExtensionIns-
Description
Hook to allow any modification of the automated test & profile once it has been created. At least the test name should be specified
| Name | OnTestAdded |
| Type | function |
| Header File | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Public/Extension/LaunchExtension.h |
| Include Path | #include "Extension/LaunchExtension.h" |
void OnTestAdded
(
ILauncherProfileAutomatedTestRef AutomatedTest
)