unreal.CollectionShareType
¶
- class unreal.CollectionShareType¶
Bases:
EnumBase
ECollection Scripting Share Type
C++ Source:
Plugin: AssetTags
Module: AssetTags
File: AssetTagsSubsystem.h
- LOCAL: CollectionShareType¶
This collection is only visible to you and is not in source control.
- Type:
0
- PRIVATE: CollectionShareType¶
This collection is only visible to you.
- Type:
1
- SHARED: CollectionShareType¶
This collection is visible to everyone.
- Type:
2