Navigation
API > API/Plugins > API/Plugins/AvalancheOutliner > API/Plugins/AvalancheOutliner/Item > API/Plugins/AvalancheOutliner/Item/IAvaOutlinerItem
- IAvaOutlinerItem::OnObjectsReplaced()
- FAvaOutlinerObject::OnObjectsReplaced()
References
| Module | AvalancheOutliner |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheOutliner/Public/Item/IAvaOutlinerItem.h |
| Include | #include "Item/IAvaOutlinerItem.h" |
virtual void OnObjectsReplaced
(
const TMap < UObject *, UObject * > & InReplacementMap,
bool bRecursive
)
Remarks
Called when objects have been replaced on the Engine side. Used to replace any UObjects used by this item
Parameters
| Name | Description |
|---|---|
| InReplacementMap | the map of old object that is garbage to the new object that replaced it |
| bRecursive | whether to recurse this same function to children items |