Navigation
API > API/Plugins > API/Plugins/DataRegistry > API/Plugins/DataRegistry/UDataRegistrySubsystem
Description
Returns a cached item of specified struct type. This will return null if the item is not already in memory
| Name | GetCachedItem |
| Type | function |
| Header File | /Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Public/DataRegistrySubsystem.h |
| Include Path | #include "DataRegistrySubsystem.h" |
template<class T>
const T * GetCachedItem
(
const FDataRegistryId & ItemId
) const