Navigation
API > API/Developer > API/Developer/DesktopPlatform
| Name | EInstalledPlatformState |
| Type | enum |
| Header File | /Engine/Source/Developer/DesktopPlatform/Public/InstalledPlatformInfo.h |
| Include Path | #include "InstalledPlatformInfo.h" |
Syntax
enum EInstalledPlatformState
{
Supported,
Downloaded,
}
Values
| Name | Remarks |
|---|---|
| Supported | Query whether the platform is supported |
| Downloaded | Query whether the platform has been downloaded |