Navigation
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 |