Navigation
API > API/Runtime > API/Runtime/Core
Description
Before overwriting the local file with the contents from the remote file, we save off a copy of the local file (if it exists).
Before overwriting the local file with the contents from the remote file, we save off a copy of the local file (if it exists)
| Name | MakeLocalCopy |
| 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 |
void MakeLocalCopy
(
const TCHAR * Filename
)