UDataRegistry::GetCachedItemRaw

Returns the raw cached data and struct type, useful for generic C++ calls

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 GetCachedItemRaw
(
    const uint8 *& OutItemMemory,
    const UScriptStruct *& OutItemStruct,
    const FDataRegistryId & ItemId
) const

Remarks

Returns the raw cached data and struct type, useful for generic C++ calls

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