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