Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfile
Description
Sets the build target.
| Name | SetBuildTarget |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h |
| Include Path | #include "ILauncherProfile.h" |
void SetBuildTarget
(
const FString & TargetName
)
Parameters
| Name | Remarks |
|---|---|
| TargetName | The target name to set (it would match a .Target.cs file) |