Navigation
API > API/Developer > API/Developer/DesktopPlatform
References
| Module | DesktopPlatform |
| Header | /Engine/Source/Developer/DesktopPlatform/Public/InstalledPlatformInfo.h |
| Include | #include "InstalledPlatformInfo.h" |
Syntax
struct FInstalledPlatformConfiguration
Remarks
Information about a single installed platform configuration
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | Architecture | Name of the Architecture for this combination | |
| bool | bCanBeDisplayed | Whether to display this platform as an option even if it is not valid | |
| EBuildConfiguration | Configuration | Build Configuration of this combination | |
| FString | PlatformName | Name of the Platform for this combination | |
| EBuildTargetType | PlatformType | Type of Platform for this combination | |
| EProjectType | ProjectType | Type of project this configuration can be used for | |
| FString | RequiredFile | Location of a file that must exist for this combination to be valid (optional) |