Where are "Pallete Favorites" stored?

Hi, i’d like to know where the Palette’s Favorites are stored.

260261-clipboard-november-23-2018-1-26-pm.png

I’m working on team project and we use server control and i have the feeling this is something that should be able to be saved locally so i don’t have to reset and create my favorites every time i run my machine. Same happens with the Console Commands, they always go back to the default and i have to rewrite the ones i use the most, which is a bit time consuming.
Does anyone know where these are stored? which files do we have to set to be overridable locally? the only thing i was able to have unique per user was the Editor Layouts, because we know there’s a .ini file for it.

Thanks in advance!

1 Like

bump

It is in an ini file. To find it, I cleared my local version and added a Timeline node. Then I searched the entire directory for “Time” to find it.
File: \Saved\Config\WindowsEditor\EditorPerProjectUserSettings.ini

Example Section:
[/Script/Kismet.BlueprintPaletteFavorites]
CurrentProfile=CustomProfile
CustomFavorites=(NodeName=“/Script/BlueprintGraph.K2Node_Timeline”)

1 Like