Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfile
Description
Set whether to use the specified automated test build or the current launch build. Default is to use the current build.
| Name | SetIsUsingAutomatedTestBuild |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h |
| Include Path | #include "ILauncherProfile.h" |
void SetIsUsingAutomatedTestBuild
(
bool bWantAutomatedTestBuild
)