'Quit Editor' Blueprint Node Crashes Editor

UE - Editor - Content Pipeline - Content Browser - Jun 26, 2023

Using the Quit Editor blueprint node crashes the editor when used, instead of exiting cleanly. Closing the Content Browser prevents the crash from occurring, however. ...

Lock Content Browser resets when restarting the editor

UE - Editor - Content Pipeline - Content Browser - Jan 5, 2023

Regression: Tested in UE5/Release-5.0, the issue did not occur so this is a regression. ...

[CrashReporter] UnrealEditor-CoreUObject!SavePackageUtilities::WriteToFile(FString const &,unsigned char const *,__int64) [SavePackageUtilities.cpp:544]

UE - Editor - Content Pipeline - Content Browser - Nov 22, 2022

Generated from CrashReporter Fatal error: [Link Removed] [Line: 544] Could not write to One possible repro (but is possibly outdated) can be found in [Link Removed].  ...

Developer Folders Visible Due to Legacy Path Filters

UE - Editor - Content Pipeline - Content Browser - Aug 2, 2022

The Other Developers folder is comparing against the virtual path of a file to see if it starts with "/Game/Developers", but the virtual paths of all the developer folders start with "/All/Game/Deve ...

Restarting the engine makes c++ classes not visible from the content browser

UE - Editor - Content Pipeline - Content Browser - Apr 5, 2022

After creating c++ classes, if the engine is restarted, the c++ classes will not be visible in the content browser. However, the created classes are visible from the explorer. After opening the engi ...

Changing capitalization in a newly created folder gives already exists message

UE - Editor - Content Pipeline - Content Browser - Dec 13, 2021

Changing capitalization in a newly created folder will not rename folder and the user will be presented with "A folder already exists at this location with this name. Also occurring in 5.0-Release ...

Content browser folder names are allowed to use parentheses, which are disallowed by object paths

UE - Editor - Content Pipeline - Content Browser - Nov 10, 2021

The content browser compares folder names against INVALID_LONGPACKAGE_CHARACTERS, which allows parentheses. However, object paths compare against INVALID_OBJECTPATH_CHARACTERS, which disallow parent ...

Collections in content browser can't display native classes on 4.26

UE - Editor - Content Pipeline - Content Browser - Apr 12, 2021

The filter in UContentBrowserClassDataSource::CompileFilter does not work because the enumerated class objects are FName without path, while the filter item is name with path. [Image Removed] ...

Renaming a folder removes empty sub folders

UE - Editor - Content Pipeline - Content Browser - Mar 11, 2021

When renaming a folder with empty folders inside of it, the empty folders are removed.   This issue is occurring in Perforce //UE5/Main @ CL 15655697 This issue is occurring in Perforce //UE4/Ma ...

Save asset dialog doesn't update correctly

UE - Editor - Content Pipeline - Content Browser - Feb 2, 2021