Making DataAsset classes
Last updated
Last updated
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.