FUntypedBulkData2::Serialize

: The following two [Serialize](API\Runtime\Serialization\EStructSerializerNullValuePolici-) methods are a work around for the default parameters in the old BulkData api that are not used anywhere and to avoid causing code compilation issues for licensee code.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Serialization/BulkData2.h

Include

#include "Serialization/BulkData2.h"

Syntax

void Serialize
(
    FArchive & Ar,
    UObject * Owner
)

Remarks

: The following two Serialize methods are a work around for the default parameters in the old BulkData api that are not used anywhere and to avoid causing code compilation issues for licensee code. At some point in the future we should remove Index and bAttemptFileMapping from both the old and new BulkData api implementations of Serialize and then use UE_DEPRECATE to update existing code properly.

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