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