Go to the source code of this file.
◆ UE_API
◆ EObjectMigrationRecvType
Possible types of migration that have happened when you have received an Object
| Enumerator |
|---|
| Invalid | |
| Borrowed | Received an object without changing ownership (implies it will be sent back to the server that owns it eventually)
|
| ReturnedLoan | We are receiving an Object we have previously loaned-out (we already own it)
|
| AssignedOwnership | We received objects and must take ownership of the them (we have no choice)
|
◆ EObjectMigrationSendType
Possible types of migration that are happening when you are sending an Object
| Enumerator |
|---|
| Invalid | |
| Loan | Loaned-out an object while retaining ownership (implies we want this back, we still own it)
|
| ReturnBorrowed | This borrowed object is being returned (sent back) to the server that loaned it out
|
| ReassignBorrowed | This borrowed object is being forwarded to another server which requested it (it should be returned to the owner, not us)
|
| ReassignOwnership | Reassign objects to relinquish ownership and assign them to the destination server
|
◆ EObjectMigrationSide
Which side of the migration are we on?
| Enumerator |
|---|
| Receive | We are receiving (migrating-in) an object
|
| Send | We are sending (migrating-out) an object
|
◆ ToString() [1/2]
◆ ToString() [2/2]