Navigation
API > API/Developer > API/Developer/DerivedDataCache
Hierarchical usage stats for the DDC nodes.
| Name | FDerivedDataCacheStatsNode |
| Type | class |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheUsageStats.h |
| Include Path | #include "DerivedDataCacheUsageStats.h" |
Syntax
class FDerivedDataCacheStatsNode : public TSharedFromThis< FDerivedDataCacheStatsNode >
Inheritance Hierarchy
- TSharedFromThis< FDerivedDataCacheStatsNode > → FDerivedDataCacheStatsNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| DerivedDataCacheUsageStats.h | |||
FDerivedDataCacheStatsNode
(
const FString& InCacheType, |
DerivedDataCacheUsageStats.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Children | TArray< TSharedRef< FDerivedDataCacheStatsNode > > | DerivedDataCacheUsageStats.h | ||
| SpeedStats | FDerivedDataCacheSpeedStats | DerivedDataCacheUsageStats.h | ||
| UsageStats | TMap< FString, FDerivedDataCacheUsageStats > | DerivedDataCacheUsageStats.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
COOK_STAT
(
TArray< FCookStatsManager::StringKeyValue > CustomStats |
DerivedDataCacheUsageStats.h | ||
void ForEachDescendant
(
TFunctionRef< void(TSharedRef< const FDerivedDataCacheStatsNode >)> Predicate |
DerivedDataCacheUsageStats.h | ||
void GatherLegacyUsageStats
(
TMap< FString, FDerivedDataCacheUsageStats >& UsageStatsMap, |
DerivedDataCacheUsageStats.h | ||
const FString & GetCacheName() |
DerivedDataCacheUsageStats.h | ||
const EDerivedDataCacheStatus GetCacheStatus() |
DerivedDataCacheUsageStats.h | ||
const FString & GetCacheStatusText() |
DerivedDataCacheUsageStats.h | ||
const FString & GetCacheType() |
DerivedDataCacheUsageStats.h | ||
uint64 GetTotalPhysicalSize() |
DerivedDataCacheUsageStats.h | ||
bool IsLocal() |
DerivedDataCacheUsageStats.h | ||
void SetTotalPhysicalSize
(
uint64 InTotalPhysicalSize |
DerivedDataCacheUsageStats.h | ||
TMap< FString, FDerivedDataCacheUsageStats > ToLegacyUsageMap() |
DerivedDataCacheUsageStats.h |