Navigation
API > API/Plugins > API/Plugins/DataRegistry
References
| Module | DataRegistry |
| Header | /Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Public/DataRegistryTypes.h |
| Include | #include "DataRegistryTypes.h" |
Syntax
enum EDataRegistryCacheGetStatus
&123;
NotFound,
FoundVolatile,
FoundPersistent,
&125;
Values
| Name | Description |
|---|---|
| NotFound | Item was not found in the cache |
| FoundVolatile | Item was found, but is likely to change if requested again. |
| FoundPersistent | Item was found, and this will be safe to cache as long as the GetCacheVersion on the DataRegistry has not changed |
Remarks
Information about the cache status of an item