Navigation
API > API/Developer > API/Developer/Horde > API/Developer/Horde/FBundleStorageClient
| Name | FBundleHandleData |
| Type | class |
| Header File | /Engine/Source/Developer/Horde/Private/Storage/Clients/BundleStorageClient.cpp |
| Include Path | #include "Storage/Clients/BundleStorageClient.cpp" |
Syntax
class FBundleHandleData :
public FBlobHandleData ,
public TSharedFromThis< FBundleStorageClient::FBundleHandleData, ESPMode::ThreadSafe >
Inheritance Hierarchy
- FBlobHandleData → FBundleStorageClient::FBundleHandleData
- TSharedFromThis< FBundleStorageClient::FBundleHandleData, ESPMode::ThreadSafe > → FBundleStorageClient::FBundleHandleData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBundleHandleData
(
FBundleStorageClient* InStorageClient, |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | | --- | --- | --- | --- | --- |Functions
Public
Overridden from FBlobHandleData
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool Equals
(
const FBlobHandleData& Other |
Determines if this blob equals the other. | ||
virtual FBlobHandle GetFragmentHandle
(
const FUtf8StringView& Fragment |
Gets a handle to a nested blob object. | ||
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 FSharedBufferView ReadBody
(
size_t Offset, |
Reads part of the blob, and returns a handle that can be used to access the data. | ||
virtual void ReadImports
(
TArray< FBlobHandle >& OutImports |
Gets the outward references from this blob. | ||
virtual FBlobType ReadType() |
Gets the type of this blob. | ||
virtual bool TryAppendIdentifier
(
FUtf8String& OutBuffer |
Gets an identifier for this blob, relative to its outer. |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void ReadImportsFromData
(
FMemoryView Data, |
|||
static void ReadImportsFromDataV2
(
FMemoryView Data, |