ILauncherProfile::IsDeployablePlatform

Checks whether devices of the specified platform can be deployed to.

Windows
MacOS
Linux

References

Module

LauncherServices

Header

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

Include

#include "ILauncherProfile.h"

Syntax

bool IsDeployablePlatform
(
    const FString & PlatformName
)

Remarks

Checks whether devices of the specified platform can be deployed to.

Whether a platform is deployable depends on the current profile settings. The right combination of build, cook and package settings must be present.

Returns

true if the platform is deployable, false otherwise.

Parameters

Parameter

Description

PlatformName

The name of the platform to deploy.

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