FLevelUtils::FindStreamingLevel

Returns the streaming level corresponding to the specified [ULevel](API\Runtime\Engine\Engine\ULevel), or NULL if none exists.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/LevelUtils.h

Include

#include "LevelUtils.h"

Source

/Engine/Source/Runtime/Engine/Private/LevelUtils.cpp

Syntax

static ULevelStreaming * FindStreamingLevel
(
    const ULevel * Level
)

Remarks

Returns the streaming level corresponding to the specified ULevel, or NULL if none exists.

Returns

The level's streaming level, or NULL if none exists.

Parameters

Parameter

Description

Level

The level to query.

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