Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UEditorLoadingAndSavingUtils
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/FileHelpers.h |
| Include | #include "FileHelpers.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/FileHelpers.cpp |
static bool SaveMap
&40;
UWorld &42; World,
const FString & AssetPath
&41;
Remarks
Saves the specified map, returning true on success. true if the map was saved successfully.
Parameters
| Name | Description |
|---|---|
| World | The world to save. |
| AssetPath | The valid content directory path and name for the asset. E.g "/Game/MyMap" |