Write

Overload list

Windows
MacOS
Linux
Name Description

Public function

bool

 

Write

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

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

Public function

bool

 

Write

(
    const FString& Filename,
    bool bDoRemoteWrite,
    TMap< FString, FString >& InOutSec...,
    const TArray< FString >& InSection...
)

Write a ConfigFile to the ginve Filename, constructed from the given SectionTexts, in the given order, with sections in *this overriding sections in SectionTexts

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