Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UEditorEngine
Description
Check the InCmdParams for "MAPINISECTION=
| Name | ParseMapSectionIni |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Editor/EditorEngine.h |
| Include Path | #include "Editor/EditorEngine.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EditorEngine.cpp |
void ParseMapSectionIni
(
const TCHAR * InCmdParams,
TArray < FString > & OutMapList
)
Parameters
| Name | Remarks |
|---|---|
| InCmdParams | The cmd line parameters for the application |
| OutMapList | The list of maps from the ini section, empty if not found |