Navigation
API > API/Runtime > API/Runtime/AssetRegistry > API/Runtime/AssetRegistry/IAssetRegistry
Description
Enumerate all pairs in State->TagToAssetDataMapAssetRegistry and call a callback on each pair. To avoid copies, the callback is called from within the ReadLock. DO NOT CALL AssetRegistry functions from the callback; doing so will create a deadlock.
| Name | ReadLockEnumerateAllTagToAssetDatas |
| Type | function |
| Header File | /Engine/Source/Runtime/AssetRegistry/Public/AssetRegistry/IAssetRegistry.h |
| Include Path | #include "AssetRegistry/IAssetRegistry.h" |
void ReadLockEnumerateAllTagToAssetDatas
(
TFunctionRef < bool> Callback
) const