Navigation
API > API/Developer > API/Developer/CollectionManager > API/Developer/CollectionManager/ECollectionStorageMode
| Name | Type |
| Type | enum |
| Header File | /Engine/Source/Developer/CollectionManager/Public/CollectionManagerTypes.h |
| Include Path | #include "CollectionManagerTypes.h" |
Syntax
enum Type
{
Static,
Dynamic,
}
Values
| Name | Remarks |
|---|---|
| Static | This collection stores a list of contained objects. |
| Dynamic | This collection stores a query that can be run against the Content Browser. |