You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typed Dictionary enum keys are displayed as their int value in inspector after assignment. This is a pain to work with and should display the enum name similar to the dropdown from configuration shows or potentially both the enum name and its int representation. For example ENUM_NAME (0)
Steps to reproduce
create an export variable of typed dictionary with the key being an enum. After adding a key-value pair in the inspector the key will be displayed as the int representation.
Tested versions
v4.4.dev6.official [1f47e4c]
System information
Godot v4.4.dev6 - Windows 10 - Compatibility
Issue description
Typed Dictionary enum keys are displayed as their int value in inspector after assignment. This is a pain to work with and should display the enum name similar to the dropdown from configuration shows or potentially both the enum name and its int representation. For example ENUM_NAME (0)
Steps to reproduce
create an export variable of typed dictionary with the key being an enum. After adding a key-value pair in the inspector the key will be displayed as the int representation.
Minimal reproduction project (MRP)
dict_enum_key.zip
The text was updated successfully, but these errors were encountered: