Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UPackageMapClient
Description
Loads a UObject from an FArchive stream. Reads object path if there, and tries to load object if its not already loaded
| Name | InternalLoadObject |
| 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 |
FNetworkGUID InternalLoadObject
(
FArchive & Ar,
UObject *& Object,
const int32 InternalLoadObjectRecursionCount
)