Navigation
Unreal Engine C++ API Reference > Runtime > Engine > FLevelUtils > IsLevelLocked
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 IsLevelLocked
&40;
AActor &42; Actor
&41;
Remarks
Returns true if the specified level is locked for edit, false otherwise. true if the level is locked, false otherwise.
Parameters
Name | Description |
---|---|
Level | The level to query. |