"." />

UEditorEngine::ParseMapSectionIni

Check the InCmdParams for "MAPINISECTION=".

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Editor/EditorEngine.h

Include

#include "Editor/EditorEngine.h"

Source

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

Syntax

void ParseMapSectionIni
(
    const TCHAR * InCmdParams,
    TArray< FString > & OutMapList
)

Remarks

Check the InCmdParams for "MAPINISECTION=". If found, fill in OutMapList with the proper map names.

Parameters

Parameter

Description

InCmdParams

The cmd line parameters for the application

OutMapList

The list of maps from the ini section, empty if not found

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