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
- FBundleWriter::FPendingPacketHandleData
References
| Module | Horde |
| Header | /Engine/Source/Developer/Horde/Private/Storage/Bundles/V2/BundleWriter.cpp |
| Include | #include "Storage/Bundles/V2/BundleWriter.cpp" |
Syntax
class FPendingPacketHandleData : public FBlobHandleData
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPendingPacketHandleData
(
FBundleWriter& InBundleWriter, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | MarkComplete
(
TBlobHandle< FPacketHandleData > InFlushedHandle |
||
| FBlob | ReadExport
(
int ExportIdx |
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. | |
| bool | TryAppendIdentifier
(
FUtf8String& OutBuffer |
Gets an identifier for this blob, relative to its outer. |
Constants
| Name | Description |
|---|---|
| HandleType |