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