ILauncherProfile::SetDefaultDeployPlatform

Adds a platform to deploy (only used if a specific device is not specified).

Windows
MacOS
Linux

References

Module

LauncherServices

Header

/Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h

Include

#include "ILauncherProfile.h"

Syntax

void SetDefaultDeployPlatform
(
    const FName PlatformName
)

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

Parameter

Description

PlatformName

The name of the platform to add.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss