Navigation
API > API/Developer > API/Developer/DesktopPlatform > API/Developer/DesktopPlatform/FInstalledPlatformInfo
References
| Module | DesktopPlatform |
| Header | /Engine/Source/Developer/DesktopPlatform/Public/InstalledPlatformInfo.h |
| Include | #include "InstalledPlatformInfo.h" |
| Source | /Engine/Source/Developer/DesktopPlatform/Private/InstalledPlatformInfo.cpp |
bool IsValidPlatformArchitecture
&40;
const FString & PlatformName,
const FString & Architecture
&41; const
Remarks
Queries whether a platform architecture is valid for any configuration
Parameters
| Name | Description |
|---|---|
| PlatformName | Name of the platform's binary folder (eg. Win64, Android) |
| Architecture | Either a full architecture name or a partial substring for CPU/GPU combinations (eg. "-armv7", "-es2") |