Type

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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library