Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UPackageMapClient
Description
Writes an object NetGUID given the NetGUID and either the object itself, or FString full name of the object. Appends full name/path if necessary
| Name | InternalWriteObject |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/PackageMapClient.h |
| Include Path | #include "Engine/PackageMapClient.h" |
| Source | /Engine/Source/Runtime/Engine/Private/PackageMapClient.cpp |
void InternalWriteObject
(
FArchive & Ar,
FNetworkGUID NetGUID,
UObject * Object,
FString ObjectPathName,
UObject * ObjectOuter
)