Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Serialization
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/Serialization/BulkData.h |
| Include | #include "Serialization/BulkData.h" |
Syntax
struct FBulkDataSerializationParams
Remarks
Parameters when serializing bulk data.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAttemptMemoryMapping | Flag indicating whether to try to memory map the bulk data payload or not. | |
| int32 | ElementSize | Bulk data element size. | |
| UObject * | Owner | The owner of the bulk data. | |
| EFileRegionType | RegionType | The region type. |