Navigation
API > API/Runtime > API/Runtime/CoreUObject
Parameters when serializing bulk data.
| Name | FBulkDataSerializationParams |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Serialization/BulkData.h |
| Include Path | #include "Serialization/BulkData.h" |
Syntax
struct FBulkDataSerializationParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAttemptMemoryMapping | bool | Flag indicating whether to try to memory map the bulk data payload or not. | Serialization/BulkData.h | |
| CookedIndex | FBulkDataCookedIndex | The group to which the cooked version of the bulkdata payload should be assigned | Serialization/BulkData.h | |
| ElementSize | int32 | Bulk data element size. | Serialization/BulkData.h | |
| Owner | UObject * | The owner of the bulk data. | Serialization/BulkData.h | |
| RegionType | EFileRegionType | The region type. | Serialization/BulkData.h |