Navigation
API > API/Plugins > API/Plugins/DataRegistry > API/Plugins/DataRegistry/UDataRegistrySubsystem
Description
Gets the cached or precached data and struct type using an async acquire result. The return value specifies the cache safety for the data
| Name | GetCachedItemRawFromLookup |
| Type | function |
| Header File | /Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Public/DataRegistrySubsystem.h |
| Include Path | #include "DataRegistrySubsystem.h" |
| Source | /Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Private/DataRegistrySubsystem.cpp |
FDataRegistryCacheGetResult GetCachedItemRawFromLookup
(
const uint8 *& OutItemMemory,
const UScriptStruct *& OutItemStruct,
const FDataRegistryId & ItemId,
const FDataRegistryLookup & Lookup
) const