Navigation
API > API/Developer > API/Developer/DesktopPlatform > API/Developer/DesktopPlatform/IDesktopPlatform
References
| Module | DesktopPlatform |
| Header | /Engine/Source/Developer/DesktopPlatform/Public/IDesktopPlatform.h |
| Include | #include "IDesktopPlatform.h" |
void EnumerateEngineInstallations
(
TMap < FString , FString > & OutInstallations
)
Remarks
Enumerates all the registered engine installations.
Parameters
| Name | Description |
|---|---|
| OutInstallations | Map of identifier/root-directory pairs for all known installations. Identifiers are typically version strings for canonical UE releases or GUID strings for GitHub releases. |