/** Save off the state of the MRU and favorites lists to the relevant INI file */ void FMainMRUFavoritesList::WriteToINI() const { InternalWriteINI( Items, INISection, TEXT("MRUItem") ); InternalWriteINI( FavoriteItems, FAVORITES_INI_SECTION, TEXT("FavoritesItem") ); }
void FMRUList::WriteToINI() const { InternalWriteINI( Items, INISection, TEXT("MRUItem") ); }