Navigation
API > API/Developer > API/Developer/CollectionManager > API/Developer/CollectionManager/ICollectionManager
Event for when collections are re-parented (params: Collection, OldParent, NewParent)
| Name | FCollectionReparentedEvent |
| Type | class |
| Header File | /Engine/Source/Developer/CollectionManager/Public/ICollectionManager.h |
| Include Path | #include "ICollectionManager.h" |
Syntax
class FCollectionReparentedEvent : public TBaseMulticastDelegate_ThreeParams< void, const FCollectionNameType &, const TOptional< FCollectionNameType > &, const TOptional< FCollectionNameType > & >
Inheritance Hierarchy
- TBaseMulticastDelegate_ThreeParams< void, const FCollectionNameType &, const TOptional< FCollectionNameType > &, const TOptional< FCollectionNameType > & > → ICollectionManager::FCollectionReparentedEvent