Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FMRUList
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/MRUList.h |
| Include | #include "MRUList.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/MRUList.cpp |
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
| Name | 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 |