UE5 enumeration wired

See the pictures.

Whatever number I give, it just keep giving me ‘a’.
How to slove this?

I think if you want that sort of behavior, then you can use an array:

346217-screenshot-1.jpg

Array can work, thanks. But it confused me that enumeration behave like so. Where am I wrong?

Well, enumeration isn’t accessed with an index, that’s an array :slight_smile:

Enumeration is just a list of fixed values.

1 Like