EDIT: I posted a question yesterday, It was about saving and loading components. I’ve been able to make some progress. I can save components with all their data including collision but I’ve been stuck on loading the components. I’ve noticed that there wasn’t a “Add component by class” node so I couldn’t add the component. I’ve realized that loading components may require c++ which I will learn some point in the future. But please if you have found a way to be able to do something similar like the way you handled loading actors but instead with components then please do share. Below are my structures for my components, the first is the component structure, the second the actor structure using the component structure.
And If You See This Please Let Me Know. Thanks!