FConfigFile::ProcessInputFileContents

Process the contents of an .ini file that has been read into an [FString](API\Runtime\Core\Containers\FString)

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

void ProcessInputFileContents
(
    const FString & Contents
)

Remarks

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

Parameters

Parameter

Description

Filename

Name of the .ini file the contents came from

Contents

Contents of the .ini file

Contents

Contents of the .ini file

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