The variable on the right requires me to type in the name and keep track of all the shape names. I want to make that a dropdown with the shape names. Is there a way to do that?
Hey there @pchernoff! Welcome back to the community! You could create an enum with all of your standard shape names and convert it whenever you need to inside of the BP, otherwise you would have to modify the class where the shape settings are defined and that’s quite overkill.
What enum do I use?
