Navigation
API > API/Runtime > API/Runtime/CoreUObject
Information for performing a migration (send) an object to a remote server
| Name | FMigrateSendParams |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/RemoteObjectTransfer.h |
| Include Path | #include "UObject/RemoteObjectTransfer.h" |
Syntax
struct FMigrateSendParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MigrationContext | FUObjectMigrationContext & | The migration context (meta data) of the send request | UObject/RemoteObjectTransfer.h | |
| ObjectData | FRemoteObjectData | The serialized data of the object being sent | UObject/RemoteObjectTransfer.h |