Navigation
API > API/Runtime > API/Runtime/Core
Description
Returns true if no remote version of this config file exists and/or isn't being used.
Returns true if no remote version of this config file exists and/or isn't being used
| Name | IsUsingLocalIniFile |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/RemoteConfigIni.h |
| Include Path | #include "Misc/RemoteConfigIni.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/RemoteConfigIni.cpp |
bool IsUsingLocalIniFile
(
const TCHAR * FilenameToLoad,
const TCHAR * IniFileName
)