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