List all Blueprint Nodes + change Blueprint style

Hi,
I’m trying to parse the engine and extract all Blueprint nodes with their input and output pins.
I’m sure it’s already done in the c# build files for the api documentation but I can’t find the respective part. Can you point me in the direction?

Also, how can I change the line color, pin color of blueprint nodes or actually the overall style(grid background)
Where is it defined?

thanks in advance

1 Like

You can actually change all of that in the editor itself. In Edit/Editor Preferences, under Content Editors you can select the Graph Editors and then you get all of the styling options for the Blueprint editor.

1 Like