Get display name from enum

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:

  1. take the enumerator value
  2. convert it to a string
  3. convert the string to a name

It was the middle step (#2) that was the key.

4 Likes