How to replace ChildActorClass in 4.8 (become Private)

The ChildActorClass in UChildActorComponent is now private, what is the replacement for this please ?

Thanks

Use SetChildActorClass instead (not in documentation)

GetChildActorClass()

Thanks a ton man! Sadly, 6 months later, and I was still struggling with this!