Material Parameter Dropdown Menu

Is there any way to create a list or a dropdown menu for a material parameter?

Say, I needed to create a material that has the option to switch from different blend modes, assigning “1” as multiply, “2” to screen, etc. just isn’t as intuitive as seeing the actual blend mode in text.

Also, is there a node that can sort through more than 2 conditions? It seems inefficient to use an IF node to go through all the different options.

As far as I know, there is no dropdown functionality built into the material editor unfortunately. You can use StaticSwitchParameters to have your graph flow through a specific blend type and it will show up as checkboxes. (eg. Use Multiply, Use Screen, etc.)