Navigation
API > API/Plugins > API/Plugins/DataRegistry > API/Plugins/DataRegistry/UDataRegistrySubsystem
Description
Start an async load of an item, delegate will be called on success or failure of acquire. Returns false if delegate could not be scheduled
| Name | AcquireItem |
| Type | function |
| Header File | /Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Public/DataRegistrySubsystem.h |
| Include Path | #include "DataRegistrySubsystem.h" |
| Source | /Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Private/DataRegistrySubsystem.cpp |
bool AcquireItem
(
const FDataRegistryId & ItemId,
FDataRegistryItemAcquiredCallback DelegateToCall
) const