UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FAssetGatherDiagnostics Struct Reference

#include <AssetDataGatherer.h>

Public Attributes

float DiscoveryTimeSeconds
 
float GatherTimeSeconds
 
float WallTimeSeconds
 
int32 NumCachedDirectories
 
int32 NumUncachedDirectories
 
int32 NumCachedAssetFiles
 
int32 NumUncachedAssetFiles
 

Member Data Documentation

◆ DiscoveryTimeSeconds

float FAssetGatherDiagnostics::DiscoveryTimeSeconds

Time spent identifying asset files on disk

◆ GatherTimeSeconds

float FAssetGatherDiagnostics::GatherTimeSeconds

Time spent reading asset files on disk / from cache

◆ NumCachedAssetFiles

int32 FAssetGatherDiagnostics::NumCachedAssetFiles

How many files in the search results were read from the cache.

◆ NumCachedDirectories

int32 FAssetGatherDiagnostics::NumCachedDirectories

How many directories in the search results were read from the cache.

◆ NumUncachedAssetFiles

int32 FAssetGatherDiagnostics::NumUncachedAssetFiles

How many files in the search results were not in the cache and were read by parsing the file.

◆ NumUncachedDirectories

int32 FAssetGatherDiagnostics::NumUncachedDirectories

How many directories in the search results were not in the cache and were read by scanning the disk.

◆ WallTimeSeconds

float FAssetGatherDiagnostics::WallTimeSeconds

Time in between gatherer start and the call to GetDiagnostics.


The documentation for this struct was generated from the following file: