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 (experimental)"))
static bool AcquireItemBP
(
FDataRegistryId ItemId,
FDataRegistryItemAcquiredBPCallback AcquireCallback
)
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 |