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" |
bool RegisterEngineInstallation
(
const FString & RootDir,
FString & OutIdentifier
)
Remarks
Registers a directory as containing an engine installation true if the directory was added. OutIdentifier will be set to the assigned identifier.
Parameters
| Name | Description |
|---|---|
| RootDir | Root directory for the engine installation |
| OutIdentifier | Identifier which is assigned to the engine |