Navigation
API > API/Plugins > API/Plugins/AvalancheOutliner > API/Plugins/AvalancheOutliner/IAvaOutliner
References
| Module | AvalancheOutliner |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheOutliner/Public/IAvaOutliner.h |
| Include | #include "IAvaOutliner.h" |
void OnActorsCopied
(
FString & InOutCopiedData,
TConstArrayView< AActor * > InCopiedActors
)
Remarks
Should be called when Actors have been copied and give Ava Outliner opportunity to add to the Buffer to copy the Outliner data for those Actors
Parameters
| Name | Description |
|---|---|
| InOutCopiedData | the data to process / append to for copy |
| InCopiedActors | the actors to copy |