Navigation
API > API/Plugins > API/Plugins/DataRegistry
References
| Module | DataRegistry |
| Header | /Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Public/DataRegistrySource_DataTable.h |
| Include | #include "DataRegistrySource_DataTable.h" |
Syntax
USTRUCT&40;&41;
struct FDataRegistrySource_DataTableRules
Remarks
Rules struct for data table access
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bPrecacheTable | True if the entire table should be loaded into memory when the source is loaded, false if the table is loaded on demand | |
| float | CachedTableKeepSeconds | Time in seconds to keep cached table alive if hard reference is off. |