FLevelUtils::IsStreamingLevelVisibleInEditor

Returns true if the specified level is visible in the editor, false otherwise.

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 bool IsStreamingLevelVisibleInEditor
(
    const ULevelStreaming * StreamingLevel
)

Remarks

Returns true if the specified level is visible in the editor, false otherwise.

Parameters

Parameter

Description

StreamingLevel

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