Navigation
API > API/Plugins > API/Plugins/DataRegistry > API/Plugins/DataRegistry/UDataRegistry
Description
Fills in a map with all cached (and precached) ids and items for fast iteration. This will use the current resolve context so may not always be valid, and multiple ids can map to the same raw pointer
| Name | GetAllCachedItems |
| Type | function |
| Header File | /Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Public/DataRegistry.h |
| Include Path | #include "DataRegistry.h" |
| Source | /Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Private/DataRegistry.cpp |
virtual FDataRegistryCacheGetResult GetAllCachedItems
(
TMap < FDataRegistryId , const uint8 * > & OutItemMap,
const UScriptStruct *& OutItemStruct
) const