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; SetStreamingClassForLevel
&40;
ULevelStreaming &42; InLevel,
TSubclassOf< ULevelStreaming > LevelStreamingClass
&41;
Remarks
Sets the LevelStreamingClass for the specified Level The new streaming level object
Parameters
| Name | Description |
|---|---|
| InLevel | The level for which to change the streaming class |
| LevelStreamingClass | The desired streaming class |