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 EnumerateLauncherEngineInstallations
(
TMap < FString , FString > & OutInstallations
)
Remarks
Enumerates all the registered binary engine installations.
Parameters
| Name | Description |
|---|---|
| OutInstallations | Map of identifier/root-directory pairs for all known binary installations. |