Unresolved externals error with UChildActorComponent::CreateChildActor();

I’m guessing that CreateChildActor() is not implemented, just declared in its .h file. Also, it’s not defined as a virtual void (so that I should implement it somewhere). My other guess is that this function is deprecated.

I want to basically acquire the functionality of " add ChildComponentActor" blueprint node, in C++.

Thanks!