FMRUList::InternalWriteINI

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

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 InternalWriteINI
(
    const TArray< FString > & InItems,
    const FString & INISection,
    const FString & INIKeyBase
)

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

Parameter

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

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