Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/FDerivedDataCacheInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< FDerivedDataCacheStatsNode > GatherUsageStats () |
Retrieve usage stats by the DDC | DerivedDataCacheInterface.h | |
void GatherUsageStats
(
TMap< FString, FDerivedDataCacheUsageStats >& UsageStats |
Retrieve usage stats by the DDC | DerivedDataCacheInterface.h |
GatherUsageStats()
Description
Retrieve usage stats by the DDC
| Name | GatherUsageStats |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheInterface.h |
| Include Path | #include "DerivedDataCacheInterface.h" |
TSharedRef< FDerivedDataCacheStatsNode > GatherUsageStats() const
GatherUsageStats(TMap< FString, FDerivedDataCacheUsageStats > &)
Description
Retrieve usage stats by the DDC
| Name | GatherUsageStats |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheInterface.h |
| Include Path | #include "DerivedDataCacheInterface.h" |
void GatherUsageStats
(
TMap< FString, FDerivedDataCacheUsageStats > & UsageStats
)