Navigation
API > API/Developer > API/Developer/Horde > API/Developer/Horde/Storage > API/Developer/Horde/Storage/Bundles > API/Developer/Horde/Storage/Bundles/V2 > API/Developer/Horde/Storage/Bundles/V2/FBundleWriter
Inheritance Hierarchy
- FBlobHandleData
- TSharedFromThis
- FBundleWriter::FPendingBundleHandleData
References
| Module | Horde |
| Header | /Engine/Source/Developer/Horde/Private/Storage/Bundles/V2/BundleWriter.cpp |
| Include | #include "Storage/Bundles/V2/BundleWriter.cpp" |
Syntax
class FPendingBundleHandleData :
public FBlobHandleData ,
public TSharedFromThis< FBundleWriter::FPendingBundleHandleData >
Variables
| Type | Name | Description | |
|---|---|---|---|
| FCriticalSection | CriticalSection |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPendingBundleHandleData
(
FBundleWriter& InBundleWriter |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | MarkComplete
(
FBlobHandle InFlushedHandle |
Overridden from FBlobHandleData
| Type | Name | Description | |
|---|---|---|---|
| bool | Equals
(
const FBlobHandleData& Other |
Determines if this blob equals the other. | |
| uint32 | GetHashCode () |
Gets a hash for this blob. | |
| FBlobHandle | GetOuter () |
For a blob nested within another blob, gets a handle to the containing blob (eg. For a bundle node, will return the packet. For a bundle packet, will return the bundle. For a bundle or other non-nested blob, returns null.) | |
| const char * | GetType () |
Gets the type name of this derived blob handle instance. | |
| FBlob | Read () |
Reads the blob's data. | |
| FSharedBufferView | Reads part of the blob, and returns a handle that can be used to access the data. | ||
| bool | TryAppendIdentifier
(
FUtf8String& OutBuffer |
Gets an identifier for this blob, relative to its outer. |
Constants
| Name | Description |
|---|---|
| HandleType |