Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UEditorLevelUtils
| Name | FAddLevelToWorldParams |
| Type | struct |
| Header File | /Engine/Source/Editor/UnrealEd/Public/EditorLevelUtils.h |
| Include Path | #include "EditorLevelUtils.h" |
Syntax
struct FAddLevelToWorldParams
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAddLevelToWorldParams
(
TSubclassOf< ULevelStreaming > InLevelStreamingClass, |
EditorLevelUtils.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LevelStreamingClass | TSubclassOf< ULevelStreaming > | The streaming class type instead to use for the level. | EditorLevelUtils.h | |
| LevelStreamingCreatedCallback | TFunction< void(ULevelStreaming *)> | Optional function to call after the ULevelStreaming gets created. | EditorLevelUtils.h | |
| PackageName | FName | The base filename of the level package to add. | EditorLevelUtils.h | |
| Transform | FTransform | The transform to apply to the streaming level. | EditorLevelUtils.h |