Navigation
BlueprintAPI > BlueprintAPI/DataRegistry
Attempts to get cached structure data stored in a DataRegistry, returning OutItem if the item is available. This version has two output pins for convenience, and OutItem should not be accessed from the Not Found pin.
Target is Data Registry Subsystem
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| struct | Item Id | Item identifier to lookup in cache |
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 |