Navigation
BlueprintAPI > BlueprintAPI/DataRegistry
Returns the list of known identifiers for an active data registry so they can be iterated with Find or Acquire. Depending on how the registry is setup, this could be a large number of identifiers and they may not all be available.
Target is Data Registry Subsystem
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| struct | Registry Type | The type of data registry to query |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| struct | Out Id List | The list of known identifiers for the type, which will be empty if the type is not registered |