IDesktopPlatform::EnumerateLauncherEngineInstallations

Enumerates all the registered binary engine installations.

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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library