Navigation
BlueprintAPI > BlueprintAPI/DataRegistry
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.
Target is Data Registry Subsystem
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| struct | Item Id | Item identifier to lookup in cache |
| struct | Resolved Lookup | Resolved identifier returned by acquire function |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Found | Found the row successfully. |
| exec | Not Found | Failed to find the row. |
| wildcard | Out Item | This must be the same type as the registry, if the item is found this will be filled in with the found data |