Navigation
API > API/Runtime > API/Runtime/CoreUObject
Structure that holds unique Names and RemoteIds associated with remote object data or pathnames (noexport type)
| Name | FRemoteObjectTables |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/RemoteObjectPathName.h |
| Include Path | #include "UObject/RemoteObjectPathName.h" |
Syntax
struct FRemoteObjectTables
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Names | TArray< FName > | UObject/RemoteObjectPathName.h | ||
| RemoteIds | TArray< FRemoteObjectId > | UObject/RemoteObjectPathName.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 Num() |
UObject/RemoteObjectPathName.h | ||
void Serialize
(
FArchive& Ar |
UObject/RemoteObjectPathName.h |