Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FLevelUtils > API/Runtime/Engine/FLevelUtils/IsLevelVisible
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 IsLevelVisible
&40;
const ULevel &42; Level
&41;
Remarks
Returns true if the specified level is visible in the editor, false otherwise.
Parameters
| Name | Description |
|---|---|
| Level | The level to query. |