IDesktopPlatform::GetEngineRootDirFromIdentifier

Returns the identifier for the engine with the given root directory.

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

References

   
Module DesktopPlatform
Header /Engine/Source/Developer/DesktopPlatform/Public/IDesktopPlatform.h
Include #include "IDesktopPlatform.h"
bool GetEngineRootDirFromIdentifier
(
    const [FString](API\Runtime\Core\Containers\FString) & Identifier,
    [FString](API\Runtime\Core\Containers\FString) & OutRootDir
)

Remarks

Returns the identifier for the engine with the given root directory.

Parameters

Name Description
RootDirName Root directory for the engine.
OutIdentifier Identifier used to refer to this installation.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library