Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UEditorLevelUtils
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/EditorLevelUtils.h |
| Include | #include "EditorLevelUtils.h" |
static ULevelStreaming &42; K2_AddLevelToWorld
&40;
UWorld &42; World,
const FString & LevelPackageName,
TSubclassOf< ULevelStreaming > LevelStreamingClass
&41;
Remarks
Adds the named level package to the world. Does nothing if the level already exists in the world. The new level, or NULL if the level couldn't added.
Parameters
| Name | Description |
|---|---|
| InWorld | World in which to add the level. |
| LevelPackageName | The package name ("e.g /Game/MyLevel") of the level package to add. |
| LevelStreamingClass | The streaming class type to use for the level. |