Navigation
Unreal Engine C++ API Reference > Developer > DesktopPlatform > IDesktopPlatform
References
Module | DesktopPlatform |
Header | /Engine/Source/Developer/DesktopPlatform/Public/IDesktopPlatform.h |
Include | #include "IDesktopPlatform.h" |
void EnumerateLauncherEngineInstallations ( [TMap](API\Runtime\Core\Containers\TMap)< [FString](API\Runtime\Core\Containers\FString), [FString](API\Runtime\Core\Containers\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. |