Navigation
BlueprintAPI > BlueprintAPI/DataRegistry
Starts an asynchronous acquire of a data registry item that may not yet be cached, and then accessed with Get Data Registry Item From Lookup This function will only work properly if the data registry is set up for asynchronous querying.
Target is Data Registry Subsystem
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| struct | Item Id | Item identifier to lookup in cache |
| delegate | Acquire Callback | Delegate that will be called after acquire succeeds or failed |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | Returns true if request was started, false on unrecoverable error |