Navigation
API > API/Developer > API/Developer/CollectionManager > API/Developer/CollectionManager/ICollectionManager
When a collection checkin happens, use this event to add additional text to the changelist description. Delegates bound to this event must be safe to call on any thread.
| Name | FAddToCollectionCheckinDescriptionEvent |
| Type | class |
| Header File | /Engine/Source/Developer/CollectionManager/Public/ICollectionManager.h |
| Include Path | #include "ICollectionManager.h" |
Syntax
class FAddToCollectionCheckinDescriptionEvent : public TBaseMulticastDelegate_TwoParams< void, const FName &, TArray< FText > & >
Inheritance Hierarchy
- TBaseMulticastDelegate_TwoParams< void, const FName &, TArray< FText > & > → ICollectionManager::FAddToCollectionCheckinDescriptionEvent