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 |
UFUNCTION (BlueprintCallable, Category="Editor Scripting | Editor Loading and Saving")
static UWorld * LoadMap
(
const FString & Filename
)
Remarks
Loads the specified map. Does not prompt the user to save the current map. true if the map was loaded successfully.
Parameters
| Name | Description |
|---|---|
| Filename | Level package filename, including path. |