Navigation
API > API/Developer > API/Developer/CollectionManager > API/Developer/CollectionManager/ECollectionShareType
| Name | Type |
| Type | enum |
| Header File | /Engine/Source/Developer/CollectionManager/Public/CollectionManagerTypes.h |
| Include Path | #include "CollectionManagerTypes.h" |
Syntax
enum Type
{
CST_System,
CST_Local,
CST_Private,
CST_Shared,
CST_All,
}
Values
| Name | Remarks |
|---|---|
| CST_System | |
| CST_Local | |
| CST_Private | |
| CST_Shared | |
| CST_All |