Hey,
I want to recursively get all attached children from an actor descending down the chain until all children from all attached actors are stored in an array.
The Mesh->GetAttachedActors() return an array of actors, so I just need some help figuring out how to loop through each of those, get those attached children, loop through those, etc etc, and work the way down the list.