Use a DataAsset entry into another DataAsset (Editor)

Hello.

I’m working on a situation where I need to create structs into one DataAsset and after use this struct Collection into other DataAssets as parameter… Something like this:

28897-relationship.jpg

Unfortunatelly I could not use an enum, since I don’t know how much entries I’ll need at this moment and on previous tries everytime I changed an enum I should after revisit all places where I’ve used it and set their values again.

I suppose that this property on the seccond DataAsset will be a pointer to an Object/Data created on a TArray property on the first, so, how I would proceed to expose this? (IF is possible LOL)

Thank you.