Navigation
API > API/Runtime > API/Runtime/CoreUObject
Description
Utility that converts FRemoteObjectId to TObjectPtr of a given type. Will not resolve the object if it's not local.
| Name | UE::RemoteObject::Transfer::RemoteObjectIdToObjectPtr |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/RemoteObjectTransfer.h |
| Include Path | #include "UObject/RemoteObjectTransfer.h" |
namespace UE
{
namespace RemoteObject
{
namespace Transfer
{
FObjectPtr UE::RemoteObject::Transfer::RemoteObjectIdToObjectPtr
(
FRemoteObjectId RemoteId
)
}
}
}