Navigation
API > API/Runtime > API/Runtime/AssetRegistry > API/Runtime/AssetRegistry/FAssetRegistryState
Description
Calls the callback with the LongPackageName of each path that has assets as direct children. Callback will not be called for parent paths that have childpaths with direct children but do not have direct children of their own.
| Name | EnumerateAllPaths |
| Type | function |
| Header File | /Engine/Source/Runtime/AssetRegistry/Public/AssetRegistry/AssetRegistryState.h |
| Include Path | #include "AssetRegistry/AssetRegistryState.h" |
| Source | /Engine/Source/Runtime/AssetRegistry/Private/AssetRegistryState.cpp |
void EnumerateAllPaths
(
TFunctionRef < void> Callback
) const