FConfigCacheIni::GetDestIniFilename

Calculates the name of a dest (generated) .ini file for a given base (ie Engine, Game, etc)

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/ConfigCacheIni.h

Include

#include "Misc/ConfigCacheIni.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/ConfigCacheIni.cpp

Syntax

static FString GetDestIniFilename
(
    const TCHAR * BaseIniName,
    const TCHAR * PlatformName,
    const TCHAR * GeneratedConfigDir
)

Remarks

Calculates the name of a dest (generated) .ini file for a given base (ie Engine, Game, etc)

Returns

Standardized .ini filename

Parameters

Parameter

Description

IniBaseName

Base name of the .ini (Engine, Game)

PlatformName

Name of the platform to get the .ini path for (nullptr means to use the current platform)

GeneratedConfigDir

The base folder that will contain the generated config files.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss