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 InternalWriteINI
&40;
const TArray< FString > & InItems,
const FString & INISection,
const FString & INIKeyBase
&41;
Remarks
Internal helper function to write out the provided array of data to the provided INI section, using the provided key base as a prefix for each item written to the INI file
Parameters
| Name | Description |
|---|---|
| InItems | Array of filenames to output to the INI file |
| INISection | Section of the INI file to write to |
| INIKeyBase | Base prefix to use for each item written to the INI file |