Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UUnrealEdEngine
Description
Hide selected actors, their child hierarchy, and BSP models by marking their bHiddenEdTemporary flags true. Will not modify/dirty actors/BSP.
| Name | edactHideSelectedHierarchy |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Editor/UnrealEdEngine.h |
| Include Path | #include "Editor/UnrealEdEngine.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EditorActor.cpp |
virtual void edactHideSelectedHierarchy
(
UWorld * InWorld
)