Child Class and Child Actor are not the same thing.
You get a Child Class when you derive from a parent class.
You get a Child Actor when you add a Child Actor component to another actor.
Class is an abstract asset you have in your project library. Actor is an instance of that class added to the level or to another actor as a Child Actor component.
2 Likes