Navigation
API > API/Plugins > API/Plugins/DataRegistry > API/Plugins/DataRegistry/FSoftDataRegistryOrTable
References
| Module | DataRegistry |
| Header | /Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Public/SoftDataRegistryOrTable.h |
| Include | #include "SoftDataRegistryOrTable.h" |
| Source | /Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Private/SoftDataRegistryOrTable.cpp |
void LoadAsync
(
FStreamableDelegate DelegateToCall
)
Remarks
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.
Parameters
| Name | Description |
|---|---|
| DelegateToCall | Delegate to call when load finishes. Will be called on the next tick if asset is already loaded, or many seconds later |