Search results appear incorrect when using the "OR" operator in the content browser with number at the beginning

UE - Editor - Content Pipeline - Content Browser - May 1, 2018

When using the OR operator in the search bar of the content browser it appears to return wrong search results when the asset's names begin with a number. ...

ResavePackages commandlet with -fixupredirects flag won't update asset references on shared collections

UE - Editor - Content Pipeline - Content Browser - Mar 29, 2018

We currently have two methods of fixing up redirectors: the ResavePackages commandlet and the Fix Up option within the editor. While the editor's option correctly handles collections via FAssetFixUp ...

Folder Renaming is not Case Sensitive

UE - Editor - Content Pipeline - Content Browser - Mar 28, 2018

Renaming folders is not case-sensitive Previously fixed in 4.12, re-appeared ...

[CrashReport] UE4Editor_ContentBrowser!SAssetView::AssetRenameBegin() [sassetview.cpp:3956]

UE - Editor - Content Pipeline - Content Browser - Nov 21, 2017

This is a common crash that has occurred since at least 4.17. Users have not provided any descriptions about their actions when the crash occurred. Source Context 3952 void SAssetView::Ass ...

Folder disappears upon cancelling renaming by pressing ESC key twice

UE - Editor - Content Pipeline - Content Browser - Sep 27, 2017

Working: 4.16 Broken: 4.17.1, 4.17.2, 4.18 When cancelling the renaming of any folder or sub-folder in the Content Browser by pressing ESC key twice, folder or sub-folder will not be visible in Co ...

C++ Classes subfolders cannot be viewed in CB if Sources Panel is closed

UE - Editor - Content Pipeline - Content Browser - Sep 14, 2017

When a new class is added to a subfolder, by entering the folder name in the Add C++ Class - Path field, navigating to the new subfolder doesn't work if the Content Brower's Sources Panel is closed ...

Crash trying to rename a checked out umap

UE - Editor - Content Pipeline - Content Browser - Aug 25, 2017

Editor crashes when a person renames a umap asset in the Content Browser that is checked out by another person. This doesn't occur if the user has the asset checked out themselves. ...

Moving all the related assets to another folder at once leads to reference lost in the contents browser.

UE - Editor - Content Pipeline - Content Browser - Aug 23, 2017

Moving all the related assets into another folder leads to reference lost. This can be tested out using ShooterGame project. Also you can find materials in the skeletal mesh lost its texture. This ...

Illegal names are accepted when creating a Content Browser Collection in code

UE - Editor - Content Pipeline - Content Browser - Aug 15, 2017

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 ...

Collection named 'NUL' is not recognized / saved.

UE - Editor - Content Pipeline - Content Browser - Aug 14, 2017

When a collection is named NUL, it will appear in the editor but does not get saved when the editor shuts down. When the project is restarted, the NUL collection is removed. ...