UEditorLevelUtils::SetStreamingClassForLevel

Sets the LevelStreamingClass for the specified Level

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/EditorLevelUtils.h

Include

#include "EditorLevelUtils.h"

Source

/Engine/Source/Editor/UnrealEd/Private/EditorLevelUtils.cpp

Syntax

static ULevelStreaming * SetStreamingClassForLevel
(
    ULevelStreaming * InLevel,
    TSubclassOf< ULevelStreaming > LevelStreamingClass
)

Remarks

Sets the LevelStreamingClass for the specified Level

Returns

The new streaming level object

Parameters

Parameter

Description

InLevel

The level for which to change the streaming class

LevelStreamingClass

The desired streaming class

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss