> 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="/files/Khss2tVCsCus71GC1h86" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/7oxm74LisQx92bByECA4" alt=""><figcaption></figcaption></figure>
