Navigation
API > API/Developer > API/Developer/Horde > API/Developer/Horde/Storage
References
| Module | Horde |
| Header | /Engine/Source/Developer/Horde/Public/Storage/BlobLocator.h |
| Include | #include "Storage/BlobLocator.h" |
Syntax
class FBlobLocator
Remarks
Identifies the location of a blob. Meaning of this string is implementation defined.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBlobLocator () |
|||
FBlobLocator
(
FUtf8String InPath |
|||
FBlobLocator
(
const FUtf8StringView& InPath |
|||
FBlobLocator
(
const FBlobLocator& InBaseLocator, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanUnwrap () |
Determines if this locator can be unwrapped into an outer locator/fragment pair. | |
| FBlobLocator | Gets the base locator for this blob. | ||
| FUtf8StringView | GetFragment () |
Gets the path for this locator. | |
| const FUtf8String & | GetPath () |
Gets the path for this locator. | |
| bool | IsValid () |
Tests whether this locator is valid. | |
| bool | TryUnwrap
(
FBlobLocator& OutLocator, |
Split this locator into a locator and fragment. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FBlobLocator& Other |
||
| bool | operator==
(
const FBlobLocator& Other |