Change importance of BP nodes

I feel that showing user made functions on top of the list would save lots of time and be a better UX, for both blueprint context right click, and property access in ABP, rather than having to constantly scroll down to my functions which I use more than engine functions

i put my own functions/variables into a category with the name of the project.

categories also are used as search filters.

So for instance if my game is called TheBestGame, I always put my functions/variables into TheBestGame | Category | Subcategory.

It’s also going to increase productivity a lot (IMO) if you try to move away from finding things by hunt and peck method and try to use more text searching.

Then when i need to find something, i dont really need to remember where the thing is or even the exact name. My own mental RAM usually can think of the general category, and then whittle down to a subcategory, and usually by that time the item has appeared in the search results and I can stop thinking about how to find something and instead focus on what I am trying to do with code. So this is a powerful way to increase productivity by decreasing the amount of mental RAM that is needed to navigate the project.

I am also using the Blueprint Assist plugin which can be configued to automatically categorize new functions/variables.