Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfile
Description
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.
| Name | IsDeployablePlatform |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h |
| Include Path | #include "ILauncherProfile.h" |
bool IsDeployablePlatform
(
const FString & PlatformName
)
true if the platform is deployable, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| PlatformName | The name of the platform to deploy. |