Navigation
API > API/Developer > API/Developer/Horde
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.
| Name | FRefName |
| Type | struct |
| Header File | /Engine/Source/Developer/Horde/Public/Storage/RefName.h |
| Include Path | #include "Storage/RefName.h" |
Syntax
struct FRefName
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRefName
(
FUtf8String Text |
Storage/RefName.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FRefName() |
Storage/RefName.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Text | FUtf8String | Storage/RefName.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FUtf8String & GetText() |
Accessor for the underlying string. | Storage/RefName.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FRefName& Other |
Storage/RefName.h | ||
bool operator==
(
const FRefName& Other |
Storage/RefName.h |