UDataRegistrySubsystem::AcquireItem

Start an async load of an item, delegate will be called on success or failure of acquire.

Windows
MacOS
Linux

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

Syntax

bool AcquireItem
(
    const FDataRegistryId & ItemId,
    FDataRegistryItemAcquiredCallback DelegateToCall
) const

Remarks

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss