> For the complete documentation index, see [llms.txt](https://docs.msquared.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.msquared.io/creation/unreal-development/features-and-tutorials/helpers-and-extras/making-dataasset-classes.md).

# Making DataAsset classes

{% hint style="success" %}
verified: 2025-11-19 version: v39
{% endhint %}

Typically, Unreal doesn't support creating custom data asset classes. To enable users to create their own custom data assets in BP, we have added a `M2_DataAsset`, which you can create blueprint classes that inherit from.

<figure><img src="https://1456550285-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoWTlPaoHd1McSakqMigu%2Fuploads%2Fgit-blob-3a3d630cd6ea04e7893ba382743d266a70177444%2Fimage.png?alt=media" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="https://1456550285-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoWTlPaoHd1McSakqMigu%2Fuploads%2Fgit-blob-aae4816f0de9c2d042c38bbc2934e94083e4121f%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>
