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 IsValid
(
TOptional < EBuildTargetType > TargetType,
TOptional < FString > Platform,
TOptional < EBuildConfiguration > Configuration,
EProjectType ProjectType,
EInstalledPlatformState State
) const
Remarks
Determines whether the given target type is supported True if the target can be built
Parameters
| Name | Description |
|---|---|
| TargetType | The target type being built |
| Platform | The platform being built |
| Configuration | The configuration being built |
| ProjectType | The project type required |
| State | State of the given platform support |