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" |
| Source | /Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Private/DataRegistrySubsystem.cpp |
UFUNCTION (BlueprintCallable, Category=DataRegistry,
Meta=(DisplayName="Acquire Data Registry Item"))
static bool AcquireItemBP
(
FDataRegistryId ItemId,
FDataRegistryItemAcquiredBPCallback AcquireCallback
)
Remarks
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. Returns true if request was started, false on unrecoverable error
Parameters
| Name | Description |
|---|---|
| ItemID | Item identifier to lookup in cache |
| AcquireCallback | Delegate that will be called after acquire succeeds or failed |