Navigation
API > API/Developer > API/Developer/DerivedDataCache
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FDerivedDataCacheStatsNode
References
| Module | DerivedDataCache |
| Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheUsageStats.h |
| Include | #include "DerivedDataCacheUsageStats.h" |
Syntax
class FDerivedDataCacheStatsNode : public TSharedFromThis< FDerivedDataCacheStatsNode >
Remarks
Hierarchical usage stats for the DDC nodes.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsLocal | ||
| FString | CacheName | ||
| EDerivedDataCacheStatus | CacheStatus | ||
| FString | CacheStatusText | ||
| FString | CacheType | ||
| TArray< TSharedRef< FDerivedDataCacheStatsNode > > | Children | ||
| FDerivedDataCacheSpeedStats | SpeedStats | ||
| uint64 | TotalPhysicalSize | ||
| TMap< FString, FDerivedDataCacheUsageStats > | UsageStats |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDerivedDataCacheStatsNode
(
const FString& InCacheType, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ForEachDescendant
(
TFunctionRef< void(TSharedRef< const FDerivedDataCacheStatsNode >)> Predicate |
||
| void | GatherLegacyUsageStats
(
TMap< FString, FDerivedDataCacheUsageStats >& UsageStatsMap, |
||
| const FString & | GetCacheName () |
||
| const EDerivedDataCacheStatus | |||
| const FString & | |||
| const FString & | GetCacheType () |
||
| uint64 | |||
| bool | IsLocal () |
||
| void | SetTotalPhysicalSize
(
uint64 InTotalPhysicalSize |
||
| TMap< FString, FDerivedDataCacheUsageStats > |