Navigation
API > API/Developer > API/Developer/Horde
Implementation of export handle data.
| Name | FExportHandleData |
| Type | class |
| Header File | /Engine/Source/Developer/Horde/Public/Storage/Bundles/V2/ExportHandle.h |
| Include Path | #include "Storage/Bundles/V2/ExportHandle.h" |
Syntax
class FExportHandleData :
public FBlobHandleData ,
public TSharedFromThis< FExportHandleData, ESPMode::ThreadSafe >
Inheritance Hierarchy
- FBlobHandleData → FExportHandleData
- TSharedFromThis< FExportHandleData, ESPMode::ThreadSafe > → FExportHandleData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FExportHandleData
(
FPacketHandle InPacket, |
Storage/Bundles/V2/ExportHandle.h | ||
FExportHandleData
(
FPacketHandle InPacket, |
Storage/Bundles/V2/ExportHandle.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FExportHandleData() |
Storage/Bundles/V2/ExportHandle.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FragmentPrefix | const FUtf8StringView | Storage/Bundles/V2/ExportHandle.h | |
| Type | const char | Storage/Bundles/V2/ExportHandle.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ExportIdx | int32 | Storage/Bundles/V2/ExportHandle.h | ||
| Packet | FPacketHandle | Storage/Bundles/V2/ExportHandle.h |
Functions
Public
Overridden from FBlobHandleData
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool Equals
(
const FBlobHandleData& Other |
Implementation of FBlobHandle. | Storage/Bundles/V2/ExportHandle.h | |
virtual uint32 GetHashCode() |
Gets a hash for this blob. | Storage/Bundles/V2/ExportHandle.h | |
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.) | Storage/Bundles/V2/ExportHandle.h | |
virtual const char * GetType() |
Gets the type name of this derived blob handle instance. | Storage/Bundles/V2/ExportHandle.h | |
virtual FBlob Read() |
Reads the blob's data. | Storage/Bundles/V2/ExportHandle.h | |
virtual bool TryAppendIdentifier
(
FUtf8String& OutBuffer |
Gets an identifier for this blob, relative to its outer. | Storage/Bundles/V2/ExportHandle.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void AppendIdentifier
(
FUtf8String& OutBuffer, |
Storage/Bundles/V2/ExportHandle.h | ||
static bool TryParse
(
const FUtf8StringView& Fragment, |
Storage/Bundles/V2/ExportHandle.h |