FMRUList::InternalReadINI

Internal helper function to populate a provided array with data from the provided ini section using the provided ini key as a base, searching for the number of provided elements at a maximum

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/MRUList.h

Include

#include "MRUList.h"

Source

/Engine/Source/Editor/UnrealEd/Private/MRUList.cpp

Syntax

static void InternalReadINI
(
    TArray< FString > & OutItems,
    const FString & INISection,
    const FString & INIKeyBase,
    int32 NumElements
)

Remarks

Internal helper function to populate a provided array with data from the provided ini section using the provided ini key as a base, searching for the number of provided elements at a maximum

Parameters

Parameter

Description

OutItems

Array to populate with items found in the INI file

INISection

Section of the INI file to check for items

INIKeyBase

Base string to use to search for individual items; this value will have a number appended to it while searching

NumElements

Maximum number of elements to search in the INI for

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