Add component to actor in C++ (the final word!)

Thank you so much for this. I was struggling for a hard minute because I needed to add a component that needed setup after construction but before being added to the world. FinishAddComponent() did the trick.