Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FLevelUtils
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/LevelUtils.h |
| Include | #include "LevelUtils.h" |
| Source | /Engine/Source/Runtime/Engine/Private/LevelUtils.cpp |
static bool IsStreamingLevelVisibleInEditor
&40;
const ULevelStreaming &42; StreamingLevel
&41;
Remarks
Returns true if the specified level is visible in the editor, false otherwise.
Parameters
| Name | Description |
|---|---|
| StreamingLevel | The level to query. |