Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Serialization
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/Serialization/BulkData.h |
| Include | #include "Serialization/BulkData.h" |
Syntax
class IBulkDataIORequest
Remarks
Represents an IO request from the BulkData streaming API.
It functions pretty much the same as IAsyncReadRequest expect that it also holds the file handle as well.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Cancel () |
||
| uint8 * | |||
| int64 | GetSize () |
||
| bool | |||
| bool | WaitCompletion
(
float TimeLimitSeconds |