![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <BulkData.h>
Public Attributes | |
| UObject * | Owner = nullptr |
| int32 | ElementSize = 0 |
| EFileRegionType | RegionType |
| bool | bAttemptMemoryMapping = false |
| FBulkDataCookedIndex | CookedIndex |
Parameters when serializing bulk data.
Flag indicating whether to try to memory map the bulk data payload or not.
| FBulkDataCookedIndex FBulkDataSerializationParams::CookedIndex |
The group to which the cooked version of the bulkdata payload should be assigned
| int32 FBulkDataSerializationParams::ElementSize = 0 |
Bulk data element size.
| UObject* FBulkDataSerializationParams::Owner = nullptr |
The owner of the bulk data.
| EFileRegionType FBulkDataSerializationParams::RegionType |
The region type.