Navigation
API > API/Developer > API/Developer/Horde
Options for adding a new ref
| Name | FRefOptions |
| Type | struct |
| Header File | /Engine/Source/Developer/Horde/Public/Storage/RefOptions.h |
| Include Path | #include "Storage/RefOptions.h" |
Syntax
struct FRefOptions
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRefOptions() |
Storage/RefOptions.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Default | const FRefOptions | Storage/RefOptions.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bExtend | bool | Whether to extend the remaining lifetime of a ref whenever it is fetched. Defaults to true. | Storage/RefOptions.h | |
| Lifetime | FTimespan | Time until a ref is expired. If zero, the ref does not expire. | Storage/RefOptions.h |