Can we have a flag on an AActor when we want it’s parent to auto destroy it when the parent is destroyed?
When looking into this I found documentation on using a delegate, which seems more complicated than it needed to be.
Given I have C++ classes for all my actors I’ve rolled this into the code at my level but having it in the engine seems more logical.