![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AssetDataGatherer.h>
| float FAssetGatherDiagnostics::DiscoveryTimeSeconds |
Time spent identifying asset files on disk
| float FAssetGatherDiagnostics::GatherTimeSeconds |
Time spent reading asset files on disk / from cache
| int32 FAssetGatherDiagnostics::NumCachedAssetFiles |
How many files in the search results were read from the cache.
| int32 FAssetGatherDiagnostics::NumCachedDirectories |
How many directories in the search results were read from the cache.
| int32 FAssetGatherDiagnostics::NumUncachedAssetFiles |
How many files in the search results were not in the cache and were read by parsing the file.
| int32 FAssetGatherDiagnostics::NumUncachedDirectories |
How many directories in the search results were not in the cache and were read by scanning the disk.
| float FAssetGatherDiagnostics::WallTimeSeconds |
Time in between gatherer start and the call to GetDiagnostics.