Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | FRemoteObjectReference |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/RemoteObjectTransfer.h |
| Include Path | #include "UObject/RemoteObjectTransfer.h" |
Syntax
struct FRemoteObjectReference
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRemoteObjectReference
(
const TWeakObjectPtr< T >& WeakPtr |
UObject/RemoteObjectTransfer.h | ||
FRemoteObjectReference
(
const TObjectPtr< T >& Ptr |
UObject/RemoteObjectTransfer.h | ||
FRemoteObjectReference
(
const FObjectPtr& Ptr |
UObject/RemoteObjectTransfer.h | ||
FRemoteObjectReference
(
const FRemoteObjectReference& |
UObject/RemoteObjectTransfer.h | ||
| UObject/RemoteObjectTransfer.h | |||
FRemoteObjectReference
(
const FWeakObjectPtr& WeakPtr |
UObject/RemoteObjectTransfer.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ObjectId | FRemoteObjectId | Object id being shared with another server | UObject/RemoteObjectTransfer.h | |
| ServerId | FRemoteServerId | Id of a server that shared the object (last owner of the object) | UObject/RemoteObjectTransfer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRemoteObjectId GetRemoteId() |
UObject/RemoteObjectTransfer.h | ||
FRemoteServerId GetSharingServerId() |
UObject/RemoteObjectTransfer.h | ||
bool IsRemote() |
UObject/RemoteObjectTransfer.h | ||
bool NetSerialize
(
FArchive& Ar, |
UObject/RemoteObjectTransfer.h | ||
UObject * Resolve() |
UObject/RemoteObjectTransfer.h | ||
bool Serialize
(
FArchive& Ar |
UObject/RemoteObjectTransfer.h | ||
FObjectPtr ToObjectPtr() |
UObject/RemoteObjectTransfer.h | ||
FWeakObjectPtr ToWeakPtr() |
UObject/RemoteObjectTransfer.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRemoteObjectReference & operator=
(
const FRemoteObjectReference& |
UObject/RemoteObjectTransfer.h | ||
bool operator==
(
const FRemoteObjectReference& Other |
UObject/RemoteObjectTransfer.h |