Navigation
API > API/Developer > API/Developer/Horde > API/Developer/Horde/FBundleWriter
| Name | FPendingPacketHandleData |
| Type | class |
| Header File | /Engine/Source/Developer/Horde/Private/Storage/Bundles/V2/BundleWriter.cpp |
| Include Path | #include "Storage/Bundles/V2/BundleWriter.cpp" |
Syntax
class FPendingPacketHandleData : public FBlobHandleData
Inheritance Hierarchy
- FBlobHandleData → FBundleWriter::FPendingPacketHandleData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPendingPacketHandleData
(
FBundleWriter& InBundleWriter, |
Constants
| Name | Type | Remarks | Include Path | | --- | --- | --- | --- |Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers | | --- | --- | --- | --- | --- |Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void MarkComplete
(
TBlobHandle< FPacketHandleData > InFlushedHandle |
|||
FBlob ReadExport
(
int ExportIdx |
Overridden from FBlobHandleData
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool Equals
(
const FBlobHandleData& Other |
Determines if this blob equals the other. | ||
virtual uint32 GetHashCode() |
Gets a hash for this blob. | ||
virtual 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.) | ||
virtual const char * GetType() |
Gets the type name of this derived blob handle instance. | ||
virtual FBlob Read() |
Reads the blob's data. | ||
virtual bool TryAppendIdentifier
(
FUtf8String& OutBuffer |
Gets an identifier for this blob, relative to its outer. |