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 ...
The content browser compares folder names against INVALID_LONGPACKAGE_CHARACTERS, which allows parentheses. However, object paths compare against INVALID_OBJECTPATH_CHARACTERS, which disallow parent ...
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] ...
.uasset files that were deleted then re-added to the Content Browser are not properly discovered and added to the explorer. I have confirmed these assets are still on disk within Windows Explorer. T ...
The Asset Audit window uses the content browser to display information about both real assets and fake assets like chunk definitions. When you hit the Add Chunks button, it adds several fake assets ...
In 4.23, the reference viewer has a static collection filter function. However, We cannot manage static collections. Only new collections can be created from dependencies or referencers via "Make co ...
This seems to be because the OrbitZoom of ThumbnailInfo is rewritten by ResetCamera () when the viewport is opened. Is this correct processing? ...
CL# 4832458 enabled bAddFilterUI, which causes a SFilterList to be created for the global open asset dialog. This SFilterList causes a duplicate FFrontendFilter_ShowOtherDevelopers to be added to th ...
Changing a folders color in the content browser does not stay if the folder is renamed. Changing the name back will result in the color changing back as well. ...