Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Serialization > API/Runtime/CoreUObject/Serialization/FBulkData
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/Serialization/BulkData.h |
| Include | #include "Serialization/BulkData.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Serialization/BulkData.cpp |
void Serialize
&40;
FArchive & Ar,
UObject &42; Owner,
bool bAttemptFileMapping,
int32 ElementSize,
EFileRegionType FileRegionType
&41;
Remarks
Serialize function used to serialize this bulk data structure.
Parameters
| Name | Description |
|---|---|
| Ar | Archive to serialize with |
| Owner | Object owning the bulk data |
| Idx | Index of bulk data item being serialized |
| bAttemptFileMapping | If true, attempt to map this instead of loading it into malloc'ed memory |
| FileRegionType | When cooking, a hint describing the type of data, used by some platforms to improve compression ratios |