Navigation
API > API/Developer > API/Developer/CollectionManager > API/Developer/CollectionManager/ICollectionManager
Event for when collections is updated, or otherwise changed and we can't tell exactly how (eg, after updating from source control and merging)
| Name | FCollectionUpdatedEvent |
| Type | class |
| Header File | /Engine/Source/Developer/CollectionManager/Public/ICollectionManager.h |
| Include Path | #include "ICollectionManager.h" |
Syntax
class FCollectionUpdatedEvent : public TBaseMulticastDelegate_OneParam< void, const FCollectionNameType & >
Inheritance Hierarchy
- TBaseMulticastDelegate_OneParam< void, const FCollectionNameType & > → ICollectionManager::FCollectionUpdatedEvent