RightClick Split Struct does not show Maps with Byte Keys

Maps that have Bytes as Key are not shown when using the Rightclick → Split Struct.

Repro Steps:

  1. Create a new Struct with only one Member.
  2. The Member’s type is a Map with Byte as Key and any other type as Value.
  3. Now create a Variable of this Struct in any blueprint.
  4. Create a Get Struct node. (Drag&Drop Variable into Graph)
  5. Use RightClick → Split Struct on this Getter.
  6. See how the Map is not accesible, but instead you only see a byte member.
    (Not tested with other Types as key)

To access the Map, the Struct has to be explicitly broken up (Break XYZ Struct node)

Hi Raildex_,

Thank you for the report. This is a known issue that was logged as JIRA UE-43857. It’s been fixed internally and is planned for the 4.17 release.

-TJ