EDataRegistryCacheGetStatus

Information about the cache status of an item

Windows
MacOS
Linux

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss