When a Collection is created in code (see code snippet), the collection accepts names with illegal characters such as periods or spaces. Creating a collection through the editor properly warns that the characters are illegal and cannot be used.
Code provided to create collection:
FCollectionManagerModule::GetModule().Get().CreateCollection(TEXT("Hello.World"), ECollectionShareType::CST_Shared, ECollectionStorageMode::Static);
Calling CreateCollection() from code did not verify the name as a valid file name.
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-48423 in the post.
0 |
Component | UE - Editor - Content Pipeline - Content Browser |
---|---|
Affects Versions | 4.16.3 |
Target Fix | 4.18 |
Created | Aug 15, 2017 |
---|---|
Resolved | Aug 23, 2017 |
Updated | Apr 27, 2018 |
3906 - projectgheist |