Files
UnrealEngineUWP/Engine/Source/Developer/CollectionManager
Jamie Dale dc0feff1d4 Limited the types of collections can be nested within one another
UE-17678 - Limit what type of collections can be nested

Local collections can now only contain other local collections.
Private collections can now only contain local or private collections.
Shared collections can still contain any other kind of collection.

[CL 2607624 by Jamie Dale in Main branch]
2015-07-01 12:12:44 -04:00
..