Hi there. Is it possible to change the Outer of an UObject at Runtime?
UObjectBase seems to have a member “OuterPrivate” but as the name suggests, it’s private and inaccessible in Subclasses.
Hi there. Is it possible to change the Outer of an UObject at Runtime?
UObjectBase seems to have a member “OuterPrivate” but as the name suggests, it’s private and inaccessible in Subclasses.
Use UObject::Rename.