Type

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  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library