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