Navigation
API > API/Editor > API/Editor/SceneOutliner > API/Editor/SceneOutliner/SSceneOutliner
Description
Called when a child has been removed from the specified parent. Will potentially remove the parent from the tree
| Name | OnChildRemovedFromParent |
| Type | function |
| Header File | /Engine/Source/Editor/SceneOutliner/Public/SSceneOutliner.h |
| Include Path | #include "SSceneOutliner.h" |
| Source | /Engine/Source/Editor/SceneOutliner/Private/SSceneOutliner.cpp |
void OnChildRemovedFromParent
(
ISceneOutlinerTreeItem & Parent
)