UDataRegistrySubsystem::GetCachedItemRawFromLookup

Gets the cached or precached data and struct type using an async acquire result.

Windows
MacOS
Linux

References

Module

DataRegistry

Header

/Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Public/DataRegistrySubsystem.h

Include

#include "DataRegistrySubsystem.h"

Source

/Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Private/DataRegistrySubsystem.cpp

Syntax

FDataRegistryCacheGetResult GetCachedItemRawFromLookup
(
    const uint8 *& OutItemMemory,
    const UScriptStruct *& OutItemStruct,
    const FDataRegistryId & ItemId,
    const FDataRegistryLookup & Lookup
) const

Remarks

Gets the cached or precached data and struct type using an async acquire result. The return value specifies the cache safety for the data

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