IDesktopPlatform::GetDefaultEngineRootDir

Gets the root directory for the default 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 GetDefaultEngineRootDir
(
    [FString](API\Runtime\Core\Containers\FString) & OutRootDir
)

Remarks

Gets the root directory for the default engine installation. true if OutRootDir is valid

Parameters

Name Description
OutRootDir String to hold to the default engine's root directory

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library