UObject: "PostCreateFromReplication"-Function?

I am looking for that function, but it doesn’t seem to exist :confused:

There is an overridable PreDestroyFromReplication(), but no construction-related counterpart.

I need my clients to properly “register” and deal with objects that got created as a result from server replication, though. Anything I can do here?