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&40;BlueprintCallable, Category&61;DataRegistry,
Meta&61;&40;DisplayName&61;"Acquire Data Registry Item &40;experimental&41;"&41;&41;
static bool AcquireItemBP
&40;
FDataRegistryId ItemId,
FDataRegistryItemAcquiredBPCallback AcquireCallback
&41;
Remarks
Starts an asynchronous acquire of a data registry item that may not yet be cached. 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 |