Navigation
API > API/Editor > API/Editor/LevelEditor > API/Editor/LevelEditor/ULevelEditorSubsystem
References
| Module | LevelEditor |
| Header | /Engine/Source/Editor/LevelEditor/Public/LevelEditorSubsystem.h |
| Include | #include "LevelEditorSubsystem.h" |
| Source | /Engine/Source/Editor/LevelEditor/Private/LevelEditorSubsystem.cpp |
bool LoadLevel
&40;
const FString & AssetPath
&41;
Remarks
Close the current Persistent Level (without saving it). Loads the specified level. True if the operation succeeds.
Parameters
| Name | Description |
|---|---|
| AssetPath | Asset Path of the level to be loaded. ie. /Game/MyFolder/MyAsset |