FConfigCacheIni::SetSingleLineArray

Saves a "delimited" list of strings Saves a "delimited" list of strings

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 SetSingleLineArray
(
    const TCHAR * Section,
    const TCHAR * Key,
    const TArray< FString > & In_Arr,
    const FString & Filename
)

Remarks

Saves a "delimited" list of strings Saves a "delimited" list of strings

Parameters

Parameter

Description

Section

Section of the ini file to save to

Key

The key in the section of the ini file to save

out_Arr

Array to save from

Filename

Ini file to save to

Section

Section of the ini file to save to

Key

The key in the section of the ini file to save

In_Arr

Array to save from

Filename

Ini file to save to

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