# v9.4

#### Morpheus Array Type Redefinition

Date of change: 08/12/2025

Affected Features: Morpheus Arrays

**What’s broken and why?**

Morpheus Arrays in BPs will no longer have their inner type default to integers.

This is due to a refactor in the Morpheus Arrays inner type to integrate with Unreal's redirectors preventing crashes when redirected types are used as an Inner type to the MorpheusArray.

**How to fix it?**

* Find the broken BPs containing a Morpheus Array
* Re-pick their correct Inner Type.
* Re-compile the blueprint and save it.

**How to test it?**

Make sure Morpheus Arrays are working as expected and all blueprints are compiling fine.
