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 (BlueprintCallable, CustomThunk, Category=DataRegistry,
Meta=(DisplayName="Find Data Registry Item From Lookup", CustomStructureParam="OutItem", ExpandEnumAsExecs="OutResult"))
static void FindCachedItemFromLookupBP
(
FDataRegistryId ItemId,
const FDataRegistryLookup & ResolvedLookup,
EDataRegistrySubsystemGetItemResult & OutResult,
FTableRowBase & OutItem
)
Remarks
Attempts to get structure data stored in a DataRegistry cache after an async acquire, returning OutItem if the item is available. OutItem should not be accessed from the Not Found pin was not found.
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 |
| OutResult | Pick execution pin based on if the item was found and OutItem is valid |