UDataRegistrySubsystem::GetCachedItemRaw

Gets the cached or precached data and struct type.

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

Remarks

Gets the cached or precached data and struct type. 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