SOLVED THIS ONE
I wanted to use a list I made in an enumerator (text only) and then use those values for socket names.
When in the blueprint and having access to the enumerator value I chose, I needed to:
- take the enumerator value
- convert it to a string
- convert the string to a name
It was the middle step (#2) that was the key.