Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UEditorLevelUtils > API/Editor/UnrealEd/UEditorLevelUtils/CreateNewStreamingLevelForWorld
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 * CreateNewStreamingLevelForWorld
(
UWorld & InWorld,
const FCreateNewStreamingLevelForWorldParams & InCreateParams
)
Remarks
Creates a new streaming level and adds it to a world Returns the newly created level, or NULL on failure
Parameters
| Name | Description |
|---|---|
| InWorld | The world to add the streaming level to |
| InCreateParams | Parameters used to create this new streaming world |