Navigation
API > API/Plugins > API/Plugins/DataRegistry > API/Plugins/DataRegistry/FSoftDataRegistryOrTable
Description
Requests an async load of a data table using the StreamableManager and then execute the callback, which will happen even if the load fails. NOTE: Data registries cannot be loaded this way because they must be registered with the data registry subsystem.
| Name | LoadAsync |
| Type | function |
| Header File | /Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Public/SoftDataRegistryOrTable.h |
| Include Path | #include "SoftDataRegistryOrTable.h" |
| Source | /Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Private/SoftDataRegistryOrTable.cpp |
void LoadAsync
(
FStreamableDelegate DelegateToCall
)
Parameters
| Name | Remarks |
|---|---|
| DelegateToCall | Delegate to call when load finishes. Will be called on the next tick if asset is already loaded, or many seconds later |