Navigation
API > API/Runtime > API/Runtime/CoreUObject
Structure that represents remote object pathname (noexport type) Stores pathnames as an array of indices (into a sidecar FRemoteObjectTables object) of FNames and associated FRemoteObjectIds Names and Ids are stored from the innermost object first to the outermost object last
| Name | FPackedRemoteObjectPathName |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/RemoteObjectPathName.h |
| Include Path | #include "UObject/RemoteObjectPathName.h" |
Syntax
struct FPackedRemoteObjectPathName
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FNameIndexType | uint16 | UObject/RemoteObjectPathName.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Names | TArray< FNameIndexType > | UObject/RemoteObjectPathName.h | ||
| RemoteIds | TArray< FNameIndexType > | UObject/RemoteObjectPathName.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRemoteObjectId GetSegmentId
(
int32 InSegmentIndex, |
UObject/RemoteObjectPathName.h | ||
FName GetSegmentName
(
int32 InSegmentIndex, |
UObject/RemoteObjectPathName.h | ||
int32 Num() |
UObject/RemoteObjectPathName.h | ||
UObject * Resolve
(
const FRemoteObjectTables& InTables |
UObject/RemoteObjectPathName.h | ||
void Serialize
(
FArchive& Ar |
UObject/RemoteObjectPathName.h | ||
FString ToString
(
const FRemoteObjectTables& InTables, |
UObject/RemoteObjectPathName.h |