Navigation
API > API/Plugins > API/Plugins/AvalancheOutliner > API/Plugins/AvalancheOutliner/IAvaOutlinerItem
Description
Called when objects have been replaced on the Engine side. Used to replace any UObjects used by this item
Derived Overrides
| Name | OnObjectsReplaced |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheOutliner/Public/Item/IAvaOutlinerItem.h |
| Include Path | #include "Item/IAvaOutlinerItem.h" |
virtual void OnObjectsReplaced
(
const TMap < UObject *, UObject * > & InReplacementMap,
bool bRecursive
)
Parameters
| Name | Remarks |
|---|---|
| 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 |