Have you assigned a root component for your actor? I think that should work if you create a scene component as root component, then make this child actor component attach to that root.
You can use SetupAttachment method in constructor, or AttachToComponent method after begin play.