Navigation
API > API/Plugins > API/Plugins/DataRegistry > API/Plugins/DataRegistry/UDataRegistrySubsystem
References
| Module | DataRegistry |
| Header | /Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Public/DataRegistrySubsystem.h |
| Include | #include "DataRegistrySubsystem.h" |
UFUNCTION&40;BlueprintCallable, CustomThunk, Category&61;DataRegistry,
Meta&61;&40;DisplayName&61;"Get Data Registry Item From Lookup &40;experimental&41;", CustomStructureParam&61;"OutItem"&41;&41;
static bool GetCachedItemFromLookupBP
&40;
FDataRegistryId ItemId,
const FDataRegistryLookup & ResolvedLookup,
FTableRowBase & OutItem
&41;
Remarks
Attempts to get structure data stored in a DataRegistry cache after an async acquire, modifying OutItem if the item is available Returns true if the item was found and OutItem was modified
Parameters
| Name | Description |
|---|---|
| ItemID | Item identifier to lookup in cache |
| ResolvedLookup | Resolved identifier returned by acquire function |
| OutItem | This must be the same type as the registry, if the item is found this will be filled in with the found data |