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" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EditorLevelUtils.cpp |
static ULevelStreaming &42; AddLevelToWorld
&40;
UWorld &42; InWorld,
const TCHAR &42; LevelPackageName,
TSubclassOf< ULevelStreaming > LevelStreamingClass,
const FTransform & LevelTransform
&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 base filename of the level package to add. |
| LevelStreamingClass | The streaming class type instead to use for the level. |