Navigation
API > API/Developer > API/Developer/CollectionManager > API/Developer/CollectionManager/ICollectionContainer
Event for when the collection container's hidden state changes
| Name | FIsHiddenChangedEvent |
| Type | class |
| Header File | /Engine/Source/Developer/CollectionManager/Public/ICollectionContainer.h |
| Include Path | #include "ICollectionContainer.h" |
Syntax
class FIsHiddenChangedEvent : public TBaseMulticastDelegate_TwoParams< void, ICollectionContainer &, bool >
Inheritance Hierarchy
- TBaseMulticastDelegate_TwoParams< void, ICollectionContainer &, bool > → ICollectionContainer::FIsHiddenChangedEvent