Navigation
API > API/Developer > API/Developer/CollectionManager > API/Developer/CollectionManager/ICollectionContainer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetCollections
(
TArray< FCollectionNameType >& OutCollections |
Returns the list of collections | ICollectionContainer.h | |
void GetCollections
(
FName CollectionName, |
Returns the list of collections with the given name | ICollectionContainer.h |
GetCollections(TArray< FCollectionNameType > &)
Description
Returns the list of collections
| Name | GetCollections |
| Type | function |
| Header File | /Engine/Source/Developer/CollectionManager/Public/ICollectionContainer.h |
| Include Path | #include "ICollectionContainer.h" |
void GetCollections
(
TArray< FCollectionNameType > & OutCollections
) const
GetCollections(FName, TArray< FCollectionNameType > &)
Description
Returns the list of collections with the given name
| Name | GetCollections |
| Type | function |
| Header File | /Engine/Source/Developer/CollectionManager/Public/ICollectionContainer.h |
| Include Path | #include "ICollectionContainer.h" |
void GetCollections
(
FName CollectionName,
TArray< FCollectionNameType > & OutCollections
) const