How to Set a UObject as an Owner or Outer of an Actor

I have a manager class UObject, I want it to be the Owner or Outer of my Actor, Any idea How can I do that??
As far as I know, The Owner of an Actor has to be an Actor!