For the complete documentation index, see llms.txt. This page is also available as Markdown.

Making DataAsset classes

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.

Last updated

Was this helpful?