Navigation
API > API/Plugins > API/Plugins/AvalancheOutliner > API/Plugins/AvalancheOutliner/FAvaOutlinerLevel
Description
Removes the given child from this Item if it was ever indeed a child. Returns true if the removal did happen.
Virtual Inheritance
- IAvaOutlinerItem::RemoveChild → FAvaOutlinerItem::RemoveChild → FAvaOutlinerLevel::RemoveChild
| Name | RemoveChild |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheOutliner/Public/Item/AvaOutlinerLevel.h |
| Include Path | #include "Item/AvaOutlinerLevel.h" |
| Source | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheOutliner/Public/Item/AvaOutlinerLevel.cpp |
virtual bool RemoveChild
(
const FAvaOutlinerRemoveItemParams & InRemoveItemParams
)