UDataRegistry::GetCachedItemRawFromLookup

Finds the cached item using a resolved lookup, this can be useful after a load has happened to ensure you get the exact item requested

Windows
MacOS
Linux

References

Module

DataRegistry

Header

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

Include

#include "DataRegistry.h"

Source

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

Syntax

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

Remarks

Finds the cached item using a resolved lookup, this can be useful after a load has happened to ensure you get the exact item requested

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