Chooser Table, How to return enum type?

I have defined an enumeration,and why chooser table can’t find it?
image
image

You enum “MyEnum” has to be a variable inside of the blueprint that is your Context Data

Example here I have the character animation blueprint setup as the context

Here I have the enum

And inside of the animation blueprint the variable with the enum of type EMyEnum

Then I can choose the enum that is within the context object

Thanks, but what I hope is that the result is an enumeration type.

You can do an output enum column

Or directly to the result within the object

That gives you this