UDataRegistrySubsystem::GetCachedItem

Returns a cached item of specified struct type.

Windows
MacOS
Linux

References

Module

DataRegistry

Header

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

Include

#include "DataRegistrySubsystem.h"

Syntax

template<class T>
const T * GetCachedItem
(
    const FDataRegistryId & ItemId
) const

Remarks

Returns a cached item of specified struct type. This will return null if the item is not already in memory

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