StructableObject is a wrapper for Unity's ScriptableObject system. It basically just lets you manipulate a data struct as if it were a ScriptableObject. This has been useful in my own development as ...
Really great repo! I've learnt UE4 GAS for some time, after searching online for a similar solution in Unity, now I'm already using it to make my toy game. And it's definitely helping hah. So sad ...