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" |
UFUNCTION (BlueprintCallable, CustomThunk, Category=DataRegistry,
Meta=(DeprecatedFunction="Note", DeprecationMessage="Use Find Data Registry Item From Lookup instead", DisplayName="Get Data Registry Item From Lookup", CustomStructureParam="OutItem"))
static bool GetCachedItemFromLookupBP
(
FDataRegistryId ItemId,
const FDataRegistryLookup & ResolvedLookup,
FTableRowBase & OutItem
)
Remarks
Deprecated in favor of FindCachedItemFromLookupBP, but does still work properly