Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfile
References
| Module | LauncherServices |
| Header | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h |
| Include | #include "ILauncherProfile.h" |
void SetDefaultDeployPlatform
&40;
const FName PlatformName
&41;
Remarks
Adds a platform to deploy (only used if a specific device is not specified). Will deploy to the default device of the given platform, or the first device if none are marked as 'default'.
Parameters
| Name | Description |
|---|---|
| PlatformName | The name of the platform to add. |