FConfigCacheIni::GetSingleLineArray

Loads a "delimited" list of strings Loads a "delimited" list of string

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

int32 GetSingleLineArray
(
    const TCHAR * Section,
    const TCHAR * Key,
    TArray< FString > & out_Arr,
    const FString & Filename
)

Remarks

Loads a "delimited" list of strings Loads a "delimited" list of string

Parameters

Parameter

Description

Section

Section of the ini file to load from

Key

The key in the section of the ini file to load

out_Arr

Array to load into

Filename

Ini file to load from

Section

Section of the ini file to load from

Key

The key in the section of the ini file to load

out_Arr

Array to load into

Delimiter

Break in the strings

Filename

Ini file to load from

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