Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FRemoteObjectData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Returns a unique FName based on its index the name tables | UObject/RemoteObjectTransfer.h | ||
FName GetName
(
FRemoteObjectId RemoteId |
Attempts to return an object name associated with a remote id. | UObject/RemoteObjectTransfer.h |
GetName(FRemoteObjectTables::FNameIndexType)
Description
Returns a unique FName based on its index the name tables
| Name | GetName |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/RemoteObjectTransfer.h |
| Include Path | #include "UObject/RemoteObjectTransfer.h" |
FName GetName
(
FRemoteObjectTables::FNameIndexType NameIndex
) const
GetName(FRemoteObjectId)
Description
Attempts to return an object name associated with a remote id. 'None' if the id does not represent an object serialized in this object data.
| Name | GetName |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/RemoteObjectTransfer.h |
| Include Path | #include "UObject/RemoteObjectTransfer.h" |
FName GetName
(
FRemoteObjectId RemoteId
) const