Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/LevelInstance > API/Runtime/Engine/LevelInstance/ALevelInstance
- AActor::SetIsTemporarilyHiddenInEditor()
- ALevelInstance::SetIsTemporarilyHiddenInEditor()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/LevelInstance/LevelInstanceActor.h |
| Include | #include "LevelInstance/LevelInstanceActor.h" |
| Source | /Engine/Source/Runtime/Engine/Private/LevelInstance/LevelInstanceActor.cpp |
virtual void SetIsTemporarilyHiddenInEditor
(
bool bIsHidden
)
Remarks
Explicitly sets whether or not this actor is hidden in the editor for the duration of the current editor session
Parameters
| Name | Description |
|---|---|
| bIsHidden | True if the actor is hidden |