Passing string Value into Enumeration List

Hi
I am new user of Unreal, came across situation in Blueprint, where i wanted to pass string value into enum list created
Just can’t figure out how to do it any guidance or solution regarding

Thanks

Do you mean, use a string to lookup an enum?

I think the closest you can get in blueprint is by using a switch node:

image

Thanks for your response, but, Iam trying control Enum drop down list by string variable

Ah, you can’t. Not as far as I know, anyway…

Not sure if I understood the intent but you could Map it like so:

Passing go would set the enumeration to Collapsed:

1 Like

Thanks i will try this option