Navigation
API > API/Developer > API/Developer/Horde > API/Developer/Horde/FBlobHandleData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FSharedBufferView ReadBody () |
Reads part of the blob, and returns a handle that can be used to access the data. | Storage/BlobHandle.h | |
virtual FSharedBufferView ReadBody
(
size_t Offset, |
Reads part of the blob, and returns a handle that can be used to access the data. | Storage/BlobHandle.h |
ReadBody()
Description
Reads part of the blob, and returns a handle that can be used to access the data.
| Name | ReadBody |
| Type | function |
| Header File | /Engine/Source/Developer/Horde/Public/Storage/BlobHandle.h |
| Include Path | #include "Storage/BlobHandle.h" |
| Source | /Engine/Source/Developer/Horde/Private/Storage/BlobHandle.cpp |
virtual FSharedBufferView ReadBody() const
ReadBody(size_t, TOptional< size_t >)
Description
Reads part of the blob, and returns a handle that can be used to access the data.
| Name | ReadBody |
| Type | function |
| Header File | /Engine/Source/Developer/Horde/Public/Storage/BlobHandle.h |
| Include Path | #include "Storage/BlobHandle.h" |
| Source | /Engine/Source/Developer/Horde/Private/Storage/BlobHandle.cpp |
virtual FSharedBufferView ReadBody
(
size_t Offset,
TOptional< size_t > Length
) const