[BP Request] Arrays with an Enum Index

Please consider adding this functionality to blueprints without C++ code:

  • Checkbox setting for arrays to use an enumerated index, where you can then select an enumeration type.
  • Array size automatically matches number of enumeration entries.
  • Tooltips for the array elements in BP Editor update with the enumeration names.
  • Respective Get/Set array element by enumeration.

You can do this by using a struct.
Simply create your enumerator and make it the first field in your struct…

Like so: