Navigation
Unreal Engine C++ API Reference > Plugins > DataRegistry
References
Module | DataRegistry |
Header | /Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Public/DataRegistryTypes.h |
Include | #include "DataRegistryTypes.h" |
Syntax
enum EDataRegistryCacheGetStatus
{
NotFound,
FoundVolatile,
FoundPersistent,
}
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