Where are saved favourite folders paths from Unreal Engine favourites tab?


they are not folders… just virtual links.
so… they are not stored as folders on your drive
Maybe I should have asked like where are saved their paths…
They must be stored somewhere, beacuse when you copy and paste saved settings from other project they will load even with their colors
in:
ProjectDir/Saved/Config/WindowsEditor/EditorPerProjectUserSettings.ini
look for:
ContentBrowserDrawer.Favorites.SelectedPaths
In 4.26.2:
[ContentBrowser]
FavoritePaths=
is the main parameter
Selected Paths is probably the parameter for each Content Drawer which folder was selected recently…
Thank You for finding them though