Open mattrdowney opened 6 years ago
There needs to be a concept of internal object Resource Allocation Is Initialization (RAII). Until a minute ago, I thought of using the tag to store the component name that created the child object, but using the component's global unique identifier (GUID) seems like an ideal solution.
This is a side effect of #125
This issue should be pervasive throughout the different components that add child objects.