Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfile
Description
Sets whether to build UAT.
| Name | SetBuildUAT |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h |
| Include Path | #include "ILauncherProfile.h" |
void SetBuildUAT
(
bool Build
)
Parameters
| Name | Remarks |
|---|---|
| Build | Whether UAT should be built. |
See Also
- IsBuilding