IDesktopPlatform::RegisterEngineInstallation

Registers a directory as containing an engine installation

Unreal Engine C++ API Reference > Developer > DesktopPlatform > IDesktopPlatform

References

   
Module DesktopPlatform
Header /Engine/Source/Developer/DesktopPlatform/Public/IDesktopPlatform.h
Include #include "IDesktopPlatform.h"
bool RegisterEngineInstallation
(
    const [FString](API\Runtime\Core\Containers\FString) & RootDir,
    [FString](API\Runtime\Core\Containers\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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library