Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfile
Description
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'.
| Name | SetDefaultDeployPlatform |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h |
| Include Path | #include "ILauncherProfile.h" |
void SetDefaultDeployPlatform
(
const FName PlatformName
)
Parameters
| Name | Remarks |
|---|---|
| PlatformName | The name of the platform to add. |