Navigation
Unreal Engine C++ API Reference > Developer > CollectionManager > ECollectionShareType
References
Module | CollectionManager |
Header | /Engine/Source/Developer/CollectionManager/Public/CollectionManagerTypes.h |
Include | #include "CollectionManagerTypes.h" |
Syntax
enum Type
{
CST_System,
CST_Local,
CST_Private,
CST_Shared,
CST_All,
}
Values
Name | Description |
---|---|
CST_System | |
CST_Local | |
CST_Private | |
CST_Shared | |
CST_All |