Navigation
API > API/Developer > API/Developer/CollectionManager > API/Developer/CollectionManager/ICollectionManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< ICollectionContainer > FindCollectionContainer
(
FName CollectionSourceName |
Returns the collection container that matches the specified collection source name, if any | ICollectionManager.h | |
TSharedPtr< ICollectionContainer > FindCollectionContainer
(
const TSharedRef< ICollectionSource >& CollectionSource |
Returns the collection container that matches the specified collection source, if any | ICollectionManager.h |
FindCollectionContainer(FName)
Description
Returns the collection container that matches the specified collection source name, if any
| Name | FindCollectionContainer |
| Type | function |
| Header File | /Engine/Source/Developer/CollectionManager/Public/ICollectionManager.h |
| Include Path | #include "ICollectionManager.h" |
TSharedPtr< ICollectionContainer > FindCollectionContainer
(
FName CollectionSourceName
) const
FindCollectionContainer(const TSharedRef< ICollectionSource > &)
Description
Returns the collection container that matches the specified collection source, if any
| Name | FindCollectionContainer |
| Type | function |
| Header File | /Engine/Source/Developer/CollectionManager/Public/ICollectionManager.h |
| Include Path | #include "ICollectionManager.h" |
TSharedPtr< ICollectionContainer > FindCollectionContainer
(
const TSharedRef< ICollectionSource > & CollectionSource
) const