Navigation
API > API/Developer > API/Developer/CollectionManager > API/Developer/CollectionManager/ICollectionManager
Event for when collection containers are created
| Name | FCollectionContainerCreatedEvent |
| Type | class |
| Header File | /Engine/Source/Developer/CollectionManager/Public/ICollectionManager.h |
| Include Path | #include "ICollectionManager.h" |
Syntax
class FCollectionContainerCreatedEvent : public TBaseMulticastDelegate_OneParam< void, const TSharedRef< ICollectionContainer > & >
Inheritance Hierarchy
- TBaseMulticastDelegate_OneParam< void, const TSharedRef< ICollectionContainer > & > → ICollectionManager::FCollectionContainerCreatedEvent