How does UObject->Rename() work?

Alright, so I figured it out, you use (Relevant AActor*)->GetOuter() for the outer parameter and REN_None or something (Look in the definition thing) for the 3rd parameter. This doesn’t, however, change the display name of the object, but it works well enough for me.