FConfigFile::Write

Write this ConfigFile to the given Filename, constructed the text from the config sections in *this, prepended by the optional PrefixText

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

bool Write
(
    const FString & Filename,
    bool bDoRemoteWrite,
    const FString & PrefixText
)

Remarks

Write this ConfigFile to the given Filename, constructed the text from the config sections in *this, prepended by the optional PrefixText

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