UUnitTestPackageMap::SerializeObject

This is the meat of the PackageMap class which serializes a reference to Object.

Windows
MacOS
Linux

Override Hierarchy

References

Module

NetcodeUnitTest

Header

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/Net/UnitTestPackageMap.h

Include

#include "Net/UnitTestPackageMap.h"

Source

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/Net/UnitTestPackageMap.cpp

Syntax

virtual bool SerializeObject
(
    FArchive & Ar,
    UClass * InClass,
    UObject *& Obj,
    FNetworkGUID * OutNetGUID
)

Remarks

This is the meat of the PackageMap class which serializes a reference to Object.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss