UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FBulkDataSerializationParams Struct Reference

#include <BulkData.h>

Public Attributes

UObjectOwner = nullptr
 
int32 ElementSize = 0
 
EFileRegionType RegionType
 
bool bAttemptMemoryMapping = false
 
FBulkDataCookedIndex CookedIndex
 

Detailed Description

Parameters when serializing bulk data.

Member Data Documentation

◆ bAttemptMemoryMapping

bool FBulkDataSerializationParams::bAttemptMemoryMapping = false

Flag indicating whether to try to memory map the bulk data payload or not.

◆ CookedIndex

FBulkDataCookedIndex FBulkDataSerializationParams::CookedIndex

The group to which the cooked version of the bulkdata payload should be assigned

◆ ElementSize

int32 FBulkDataSerializationParams::ElementSize = 0

Bulk data element size.

◆ Owner

UObject* FBulkDataSerializationParams::Owner = nullptr

The owner of the bulk data.

◆ RegionType

EFileRegionType FBulkDataSerializationParams::RegionType

The region type.


The documentation for this struct was generated from the following file: