Context:
I have 2 Data Assets that are related in the following way:
-
UCardAttribute is a UdataAsset that currently doesn’t contain anything.

-
UMCCard is a UDataAsset that contains a TMap<TSubclassOf, int32>.

Problem
Now, what I assumed this would allow me to do is create dataAssets within the editor of type UCardAttribute and then select/add them to a UMMCard.
However, I don’t see them as valid options in the dropdown menu.
Does anyone know what am I doing wrong here/don’t understand about either UDataAssets and/or TSubclassof?

