Hello.
Is there any way I can link two Data Tables / Structures?
Let’s say I want to create a Structure for Items and Weapons
Instead of having a S_Item and DT_Items like this…
S_Item:
Text - Name
Texture2D - Icon
Bool - IsWeapon?
Float - Damage (only if IsWeapon? == true)
… I want to have an S_Item and S_Weapon and two seperate Data Tables that are linked together in some way. What would be the best way to implement something like this, since I can’t find any tutorial on this topic. In my opinion there are so many more features Unreal Engine could add to Data Tables, since they can be so useful