Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FConfigFile
Description
Process the contents of an .ini file that has been read into an FString
Process the contents of an .ini file that has been read into an FString
| Name | ProcessInputFileContents |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ConfigCacheIni.h |
| Include Path | #include "Misc/ConfigCacheIni.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/ConfigCacheIni.cpp |
void ProcessInputFileContents
(
FStringView Contents,
const FString & FileHint
)
Parameters
| Name | Remarks |
|---|---|
| Filename | Name of the .ini file the contents came from |
| Contents | Contents of the .ini file |
| Contents | Contents of the .ini file |