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