Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Serialization > API/Runtime/CoreUObject/Serialization/FBulkDataBatchRequest
Inheritance Hierarchy
- FBulkDataBatchRequest::FBuilder
- FBulkDataBatchRequest::FBatchBuilder
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/Serialization/BulkData.h |
| Include | #include "Serialization/BulkData.h" |
Syntax
class FBatchBuilder : public FBulkDataBatchRequest::FBuilder
Remarks
Issue one or more I/O request in a single batch.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBatchBuilder
(
int32 MaxCount |
Functions
| Type | Name | Description | |
|---|---|---|---|
| EStatus | Issue () |
Issue the batch. Assumes one or more handle(s) has been passed into any of the read operations. | |
| EStatus | Issue
(
FBulkDataBatchRequest& OutRequest |
Issue the batch. | |
| FBatchBuilder & | Read
(
FBulkData& BulkData, |
Read the entire bulk data and copy the result to the specified instance. | |
| FBatchBuilder & | Read the bulk data from the specified offset and size and copy the result into the destination buffer. | ||
| FBatchBuilder & | Read
(
const FBulkData& BulkData, |
Read the bulk data from the specified offset and size and copy the result into the destination buffer. |