Navigation
API > API/Developer > API/Developer/Horde > API/Developer/Horde/Storage
References
| Module | Horde |
| Header | /Engine/Source/Developer/Horde/Public/Storage/RefName.h |
| Include | #include "Storage/RefName.h" |
Syntax
struct FRefName
Remarks
Identifier for a ref in the storage system. Refs serve as GC roots, and are persistent entry points to expanding data structures within the store.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRefName
(
FUtf8String Text |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FRefName () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FUtf8String & | GetText () |
Accessor for the underlying string. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FRefName& Other |
||
| bool | operator==
(
const FRefName& Other |