IDesktopPlatform::GetEngineSavedConfigDirectory

Gets the root directory for the engine's saved config files

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

References

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

Remarks

Gets the root directory for the engine's saved config files The absoluate path to the engines Saved/Config directory

Parameters

Name Description
Identifier Identifier for the engine

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library