Detail customization access asset values

Hi, I’m customizing my class details. So, my idea is to store information in an asset then take it and display in the game object details according to values set by a designer.

In customizing class I have SoftObjectPointer. That means that I have the only path to my asset. Are there are any way to access values that is in the asset from details class? If not, is there any other way and what are you thinking about this idea?

You can try to load that asset and enumerate properties or use asset registry module with AssetRegistrySearchable tagged UPROPERTY.

Thanks for the hint! I got the AssetRegistryModule, found my asset and loaded it with AssetData. I’ve been searching for any Information for so looong. You really helped me:)