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" |
Syntax
struct FAddLevelToWorldParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSubclassOf< ULevelStreaming > | LevelStreamingClass | The streaming class type instead to use for the level. | |
| TFunction< void(ULevelStreaming *)> | LevelStreamingCreatedCallback | Optional function to call after the ULevelStreaming gets created. | |
| FName | PackageName | The base filename of the level package to add. | |
| FTransform | Transform | The transform to apply to the streaming level. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAddLevelToWorldParams
(
TSubclassOf< ULevelStreaming > InLevelStreamingClass, |